JRegistryFormatXML::objectToString/1.5
From Joomla! Documentation
JRegistryFormatXML::objectToString
Description
Converts an object into an XML formatted string
Description:JRegistryFormatXML::objectToString
[Edit Descripton]
public function objectToString ( &$object $params )
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$object | object | $object Data Source Object | |
| $params | array | $param Parameters used by the formatter |
- Returns string XML Formatted String
- Defined on line 49 of libraries/joomla/registry/format/xml.php
See also
-
JRegistryFormatXML::objectToString on api.joomla.org
-
JRegistryFormatXML source code on JoomlaCode
-
Class JRegistryFormatXML
-
Subpackage Registry
- Other versions of JRegistryFormatXML::objectToString
SeeAlso:JRegistryFormatXML::objectToString [Edit See Also]
User contributed notes
<CodeExamplesForm />