JRegistryFormat::objectToString: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Converts an object into a formatted string. | Converts an object into a formatted string. | ||
{{Description:JRegistryFormat::objectToString}} | {{subst:Description:JRegistryFormat::objectToString}} | ||
<source lang="php"> | <source lang="php"> | ||
public function objectToString ( | public function objectToString ( | ||
| Line 40: | Line 38: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]] | ||
* [[API17:JRegistryFormat::objectToString|Other versions of JRegistryFormat::objectToString]] | * [[API17:JRegistryFormat::objectToString|Other versions of JRegistryFormat::objectToString]] | ||
{{SeeAlso:JRegistryFormat::objectToString}} | {{subst:SeeAlso:JRegistryFormat::objectToString}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 16:00, 24 March 2017
JRegistryFormat::objectToString
Description
Converts an object into a formatted string.
{{subst:Description:JRegistryFormat::objectToString}}
public function objectToString (
$object
$options=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $object | object | Data Source Object. | |
| $options | array | null | An array of options for the formatter. |
See also
JRegistryFormat::objectToString source code on BitBucket
Class JRegistryFormat
Subpackage Registry- Other versions of JRegistryFormat::objectToString
{{subst:SeeAlso:JRegistryFormat::objectToString}}
User contributed notes
<CodeExamplesForm />