API17

Difference between revisions of "JRegistryFormatPhp"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JRegistryFormatPhp::objectToString/11.1|objectToString]]
+
|[[API17:JRegistryFormatPhp::objectToString|objectToString]]
 
|Converts an object into a php class string.  
 
|Converts an object into a php class string.  
 
|-
 
|-
 
|public  
 
|public  
|[[JRegistryFormatPhp::stringToObject/11.1|stringToObject]]
+
|[[API17:JRegistryFormatPhp::stringToObject|stringToObject]]
 
|Placeholder method.  
 
|Placeholder method.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JRegistryFormatPhp::_getArrayString/11.1|_getArrayString]]
+
|[[API17:JRegistryFormatPhp::_getArrayString|_getArrayString]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/registry/format/php.php
 
* '''Defined in''' libraries/joomla/registry/format/php.php
* '''Extends''' [[JRegistryFormat/11.1|JRegistryFormat]]
+
* '''Extends''' [[API17:JRegistryFormat|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|11.1}} '''JRegistryFormatPhp source code''' on [[jplatform:registry/format/php.php|BitBucket]]
 
* {{JVer|11.1}} '''JRegistryFormatPhp source code''' on [[jplatform:registry/format/php.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Registry/11.1|Registry]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Registry|Registry]]
* [[JRegistryFormatPhp|Other versions of JRegistryFormatPhp]]
+
* [[API17:JRegistryFormatPhp|Other versions of JRegistryFormatPhp]]
 
{{SeeAlso:JRegistryFormatPhp}}
 
{{SeeAlso:JRegistryFormatPhp}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JRegistryFormatPhp]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:23, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRegistryFormatPhp[edit]

Description[edit]

Template:Description:JRegistryFormatPhp [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.registry.format.php' );

See also[edit]

Template:SeeAlso:JRegistryFormatPhp [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />