API17

JRegistryFormat::objectToString: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Converts an object into a formatted string.  
Converts an object into a formatted string.  


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


<source lang="php">
<source lang="php">
Line 38: 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]]
{{subst:SeeAlso:JRegistryFormat::objectToString}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JRegistryFormat::objectToString
category=JRegistryFormat::objectToString
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:34, 25 March 2017

Joomla 11.1 JRegistryFormat::objectToString

Description

Converts an object into a formatted string.


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


User contributed notes

Code Examples