API17

Difference between revisions of "JRegistryFormatIni"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JRegistryFormatIni==
 
=={{JVer|11.1}} JRegistryFormatIni==
 
===Description===
 
===Description===
{{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 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JRegistryFormatIni::objectToString/11.1|objectToString]]
+
|[[API17:JRegistryFormatIni::objectToString|objectToString]]
 
|Converts an object into an INI formatted string
 
|Converts an object into an INI formatted string
  
 
|-
 
|-
 
|public  
 
|public  
|[[JRegistryFormatIni::stringToObject/11.1|stringToObject]]
+
|[[API17:JRegistryFormatIni::stringToObject|stringToObject]]
 
|Parse an INI formatted string and convert it into an object.  
 
|Parse an INI formatted string and convert it into an object.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JRegistryFormatIni::_getValueAsINI/11.1|_getValueAsINI]]
+
|[[API17:JRegistryFormatIni::_getValueAsINI|_getValueAsINI]]
 
|Method to get a value in an INI format.  
 
|Method to get a value in an INI format.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/registry/format/ini.php
 
* '''Defined in''' libraries/joomla/registry/format/ini.php
* '''Extends''' [[JRegistryFormat/11.1|JRegistryFormat]]
+
* '''Extends''' [[API17:JRegistryFormat|JRegistryFormat]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.registry.format.ini' );</source>
 
<source lang="php">jimport( 'joomla.registry.format.ini' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRegistryFormatIni source code''' on [[jplatform:registry/format/ini.php|BitBucket]]
 
* {{JVer|11.1}} '''JRegistryFormatIni source code''' on [[jplatform:registry/format/ini.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Registry/11.1|Registry]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Registry|Registry]]
* [[JRegistryFormatIni|Other versions of JRegistryFormatIni]]
+
* [[API17:JRegistryFormatIni|Other versions of JRegistryFormatIni]]
{{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 />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JRegistryFormatIni
 
category=JRegistryFormatIni
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 50: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JRegistryFormatIni]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:35, 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]

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]


User contributed notes[edit]

Code Examples[edit]