API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JRegistryFormat::objectToString|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormat::objectToString|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:00, 24 March 2017

Joomla 11.1 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.
  • Returns string Formatted string.
  • Defined on line 68 of libraries/joomla/registry/format.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JRegistryFormat::objectToString}}

User contributed notes

<CodeExamplesForm />