API15

API15:JRegistryFormat/objectToString

From Joomla! Documentation

Revision as of 01:04, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Converts an object into a formatted string

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

objectToString(&$object)
Parameter Name Default Value Description
&$object $object Data Source Object

Returns

string Formatted string

Defined in

libraries/joomla/registry/format.php

Importing

jimport( 'joomla.registry.format' );

Source Body

function objectToString( &$object ) {

}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples