API17

Difference between revisions of "JRegistryFormatIni"

From Joomla! Documentation

m (moving preparation)
m (clean up)
Line 2: Line 2:
 
=={{JVer|11.1}} JRegistryFormatIni==
 
=={{JVer|11.1}} JRegistryFormatIni==
 
===Description===
 
===Description===
{{Description:JRegistryFormatIni}}
+
{{subst:Description:JRegistryFormatIni}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JRegistryFormatIni|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 35: Line 33:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Registry|Registry]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Registry|Registry]]
 
* [[API17:JRegistryFormatIni|Other versions of JRegistryFormatIni]]
 
* [[API17:JRegistryFormatIni|Other versions of JRegistryFormatIni]]
{{SeeAlso:JRegistryFormatIni}}
+
{{subst:SeeAlso:JRegistryFormatIni}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatIni|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 11:00, 24 March 2017

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

Description[edit]

{{subst:Description:JRegistryFormatIni}}

Methods[edit]

Visibility Method name Description
public objectToString Converts an object into an INI formatted string
public stringToObject Parse an INI formatted string and convert it into an object.
protected _getValueAsINI Method to get a value in an INI format.
  • Defined in libraries/joomla/registry/format/ini.php
  • Extends JRegistryFormat

Importing[edit]

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

See also[edit]

{{subst:SeeAlso:JRegistryFormatIni}}

User contributed notes[edit]

<CodeExamplesForm />