API16

API16:JRegistryFormat/objectToString

From Joomla! Documentation

Description

Converts an object into a formatted string



Syntax

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

Returns

string Formatted string

Defined in

libraries/joomla/registry/format.php

Importing

jimport( 'joomla.registry.format' );

Source Body



Examples

Code Examples