API17:JRegistryFormatXml::objectToString
From Joomla! Documentation
JRegistryFormatXml::objectToString
Description
Converts an object into an XML formatted string.
public function objectToString (
$object
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $object | |||
| $options | array() |
- Returns
- Defined on line 32 of libraries/joomla/registry/format/xml.php
See also
JRegistryFormatXml::objectToString source code on BitBucket
Class JRegistryFormatXml
Subpackage Registry- Other versions of JRegistryFormatXml::objectToString
User contributed notes
Code Examples