API17

API17:JRegistryFormat::objectToString

From Joomla! Documentation

Revision as of 16:00, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

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 />