JRegistryFormat/objectToString: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Converts an object into a formatted string
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JRegistryFormat/objectToString|Edit Desc... |
m clean up |
||
| Line 2: | Line 2: | ||
Converts an object into a formatted string | Converts an object into a formatted string | ||
{{Description:JRegistryFormat/objectToString}} | |||
{{subst:Description:JRegistryFormat/objectToString}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 38: | Line 36: | ||
</source> | </source> | ||
{{subst:SeeAlso:JRegistryFormat/objectToString}} | |||
{{SeeAlso:JRegistryFormat/objectToString}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:20, 24 March 2017
Description
Converts an object into a formatted string
{{subst:Description:JRegistryFormat/objectToString}}
Syntax
objectToString($object, $params)
| Parameter Name | Default Value | Description |
|---|---|---|
| $object | $object Data Source Object | |
| $params |
Returns
string Formatted string
Defined in
libraries/joomla/registry/format.php
Importing
jimport( 'joomla.registry.format' );
Source Body
{{subst:SeeAlso:JRegistryFormat/objectToString}}
Examples
<CodeExamplesForm />