Class Factory
Factory class to fetch Registry objects
Methods summary
public static
Joomla\Registry\FormatInterface
|
#
getFormat( string $type, array $options = array() )
Returns an AbstractRegistryFormat object, only creating it if it doesn't
already exist.
Returns an AbstractRegistryFormat object, only creating it if it doesn't
already exist.
Parameters
- $type
string - $type The format to load
- $options
array - $options Additional options to configure the object
Returns
Throws
Since
1.5.0
|
Magic methods summary
Properties summary
protected static
Joomla\Registry\FormatInterface[]
|
$formatInstances
|
#
Format instances container - for backward compatibility with
AbstractRegistryFormat::getInstance().
Format instances container - for backward compatibility with
AbstractRegistryFormat::getInstance().
Deprecated
2.0 Object caching will no longer be supported
Since
1.5.0
|