JRegistryFormatPHP/1.5
From Joomla! Documentation
< JRegistryFormatPHP(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 31: | Line 31: | ||
<source lang="php">jimport( 'joomla.registry.format.php' );</source> | <source lang="php">jimport( 'joomla.registry.format.php' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JRegistryFormatPHP''' on [http://api.joomla.org/Joomla-Framework/Registry/JRegistryFormatPHP.html api.joomla.org] | + | * {{JVer|1.5}} '''JRegistryFormatPHP''' on [http://api.joomla.org/1.5/Joomla-Framework/Registry/JRegistryFormatPHP.html api.joomla.org] |
* {{JVer|1.5}} '''JRegistryFormatPHP source code''' on [[jframework15:registry/format/php.php|JoomlaCode]] | * {{JVer|1.5}} '''JRegistryFormatPHP source code''' on [[jframework15:registry/format/php.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | * {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JRegistryFormatPHP
[edit] Description
Description:JRegistryFormatPHP [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _getArrayString | |
| public | objectToString | Converts an object into a php class string. |
| public | stringToObject | Placeholder method. |
- Defined in libraries/joomla/registry/format/php.php
- Extends JRegistryFormat
[edit] Importing
jimport( 'joomla.registry.format.php' );
[edit] See also
-
JRegistryFormatPHP on api.joomla.org
-
JRegistryFormatPHP source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormatPHP
SeeAlso:JRegistryFormatPHP [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />