API17

API17:JRegistryFormat

From Joomla! Documentation

Joomla 11.1 JRegistryFormat

Description

Methods

Visibility Method name Description
public objectToString Converts an object into a formatted string.
public stringToObject Converts a formatted string into an object.
public static getInstance Returns a reference to a Format object, only creating it if it doesn't already exist.

Importing

jimport( 'joomla.registry.format' );

See also


User contributed notes

Code Examples