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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JRegistryFormat::objectToString | category=JRegistryFormat::objectToString | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:34, 25 March 2017
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. |
See also
JRegistryFormat::objectToString source code on BitBucket
Class JRegistryFormat
Subpackage Registry- Other versions of JRegistryFormat::objectToString
User contributed notes
Code Examples