Class AbstractRegistryFormat
Abstract Format for Registry
- Joomla\Registry\AbstractRegistryFormat implements Joomla\Registry\FormatInterface
Direct known subclasses
Joomla\Registry\Format\Ini
,
Joomla\Registry\Format\Json
,
Joomla\Registry\Format\Php
,
Joomla\Registry\Format\Xml
,
Joomla\Registry\Format\Yaml
Abstract
Namespace: Joomla\Registry
Deprecated: 2.0 Format objects should directly implement the FormatInterface
Since: 1.0
Located at vendor/joomla/registry/src/AbstractRegistryFormat.php
Namespace: Joomla\Registry
Deprecated: 2.0 Format objects should directly implement the FormatInterface
Since: 1.0
Located at vendor/joomla/registry/src/AbstractRegistryFormat.php
Methods summary
public static
|
#
getInstance( string $type, array $options = array() )
Returns a reference to a Format object, only creating it if it doesn't already exist. |
Methods inherited from Joomla\Registry\FormatInterface
objectToString()
,
stringToObject()
Magic methods summary
Properties summary
protected static
|
$instances |
#
Format instances container. |