API17:JRegistryFormatPhp
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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::objectToString/11.1|objectToString]] | |[[JRegistryFormatPhp::objectToString/11.1|objectToString]] | ||
|Converts an object into a php class string. | |Converts an object into a php class string. | ||
|- | |- | ||
| + | |public | ||
|[[JRegistryFormatPhp::stringToObject/11.1|stringToObject]] | |[[JRegistryFormatPhp::stringToObject/11.1|stringToObject]] | ||
|Placeholder method. | |Placeholder method. | ||
|- | |- | ||
| + | |protected | ||
|[[JRegistryFormatPhp::_getArrayString/11.1|_getArrayString]] | |[[JRegistryFormatPhp::_getArrayString/11.1|_getArrayString]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/registry/format/php.php | ||
| + | * '''Extends''' [[JRegistryFormat/11.1|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=== | ||
| − | * [[JRegistryFormatPhp|Other versions of | + | * {{JVer|11.1}} '''JRegistryFormatPhp source code''' on [[jplatform:registry/format/php.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormatPhp|Other versions of JRegistryFormatPhp]] | ||
{{SeeAlso: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 43: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JRegistryFormatPhp]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JRegistryFormatPhp]]</noinclude> |
Revision as of 14:00, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatPhp
Description
Description:JRegistryFormatPhp [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into a php class string. |
| public | stringToObject | Placeholder method. |
| protected | _getArrayString |
- Defined in libraries/joomla/registry/format/php.php
- Extends JRegistryFormat
Importing
jimport( 'joomla.registry.format.php' );
See also
-
JRegistryFormatPhp source code on BitBucket
-
Subpackage Registry
- Other versions of JRegistryFormatPhp
SeeAlso:JRegistryFormatPhp [Edit See Also]
User contributed notes
<CodeExamplesForm />
