API17

Difference between revisions of "JRegistryFormatPhp"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/registry/format/php.php
 
libraries/joomla/registry/format/php.php
 +
* see source code in [[jplatform:registry/format/php.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Registry/11.1|Registry]]
 
[[Subpackage Registry/11.1|Registry]]
Line 30: Line 31:
 
<source lang="php">jimport( 'joomla.registry.format.php' );</source>
 
<source lang="php">jimport( 'joomla.registry.format.php' );</source>
 
===See also===
 
===See also===
 +
* JRegistryFormatPhp source code in [[jplatform:registry/format/php.php|BitBucket]]
 
* [[JRegistryFormatPhp|Other versions of this class]]
 
* [[JRegistryFormatPhp|Other versions of this class]]
 
{{SeeAlso:JRegistryFormatPhp}}
 
{{SeeAlso:JRegistryFormatPhp}}

Revision as of 18:01, 23 April 2011

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.

[Edit Descripton] Template:Description:JRegistryFormatPhp

Defined in[edit]

libraries/joomla/registry/format/php.php

Subpackage[edit]

Registry

Extends[edit]

JRegistryFormat

Extended by[edit]

Methods[edit]

Method name Description
objectToString Converts an object into a php class string.
stringToObject Placeholder method.
_getArrayString

Importing[edit]

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

See also[edit]

Template:SeeAlso:JRegistryFormatPhp [Edit See Also]

Examples[edit]

<CodeExamplesForm />