API16

JRegistryFormat/objectToString: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JRegistryFormat/objectToString|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JRegistryFormat/objectToString}}
 
{{subst:Description:JRegistryFormat/objectToString}}


===Syntax===
===Syntax===
Line 38: Line 36:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormat/objectToString|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JRegistryFormat/objectToString}}
</span>
{{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 />