JRegistryFormatPHP/1.5
From Joomla! Documentation
< JRegistryFormatPHP(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JRegistryFormatPHP== | ||
| + | ===Description=== | ||
| + | {{Description:JRegistryFormatPHP}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JRegistryFormatPHP|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormatPHP|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JRegistryFormatPHP::_getArrayString/1.5|_getArrayString]] | |[[JRegistryFormatPHP::_getArrayString/1.5|_getArrayString]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JRegistryFormatPHP::objectToString/1.5|objectToString]] | |[[JRegistryFormatPHP::objectToString/1.5|objectToString]] | ||
|Converts an object into a php class string. | |Converts an object into a php class string. | ||
|- | |- | ||
| + | |public | ||
|[[JRegistryFormatPHP::stringToObject/1.5|stringToObject]] | |[[JRegistryFormatPHP::stringToObject/1.5|stringToObject]] | ||
|Placeholder method. | |Placeholder method. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/registry/format/php.php | ||
| + | * '''Extends''' [[JRegistryFormat/1.5|JRegistryFormat]] | ||
===Importing=== | ===Importing=== | ||
<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 source code''' on [[jframework15:registry/format/php.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | ||
| + | * [[JRegistryFormatPHP|Other versions of JRegistryFormatPHP]] | ||
| + | {{SeeAlso:JRegistryFormatPHP}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatPHP|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormatPHP|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 47: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRegistryFormatPHP]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRegistryFormatPHP]]</noinclude> | ||
Revision as of 18:12, 25 April 2011
JRegistryFormatPHP
Description
Description:JRegistryFormatPHP [Edit Descripton]
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
Importing
jimport( 'joomla.registry.format.php' );
See also
-
JRegistryFormatPHP on api.joomla.org
-
JRegistryFormatPHP source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormatPHP
SeeAlso:JRegistryFormatPHP [Edit See Also]
User contributed notes
<CodeExamplesForm />