JRegistryFormatINI/1.5
From Joomla! Documentation
< JRegistryFormatINI(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JRegistryFormatINI== | ||
| + | ===Description=== | ||
| + | {{Description:JRegistryFormatINI}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JRegistryFormatINI|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormatINI|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JRegistryFormatINI::objectToString/1.5|objectToString]] | |[[JRegistryFormatINI::objectToString/1.5|objectToString]] | ||
|Converts an object into an INI formatted string | |Converts an object into an INI formatted string | ||
|- | |- | ||
| + | |public | ||
|[[JRegistryFormatINI::stringToObject/1.5|stringToObject]] | |[[JRegistryFormatINI::stringToObject/1.5|stringToObject]] | ||
|Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function. | |Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/registry/format/ini.php | ||
| + | * '''Extends''' [[JRegistryFormat/1.5|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|1.5}} '''JRegistryFormatINI''' on [http://api.joomla.org/1.5/Joomla-Framework/Registry/JRegistryFormatINI.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JRegistryFormatINI source code''' on [[jframework15:registry/format/ini.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | ||
| + | * [[JRegistryFormatINI|Other versions of JRegistryFormatINI]] | ||
| + | {{SeeAlso:JRegistryFormatINI}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatINI|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormatINI|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 42: | Line 44: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRegistryFormatINI]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRegistryFormatINI]]</noinclude> | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JRegistryFormatINI
[edit] Description
Description:JRegistryFormatINI [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into an INI formatted string |
| public | stringToObject | Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function. |
- Defined in libraries/joomla/registry/format/ini.php
- Extends JRegistryFormat
[edit] Importing
jimport( 'joomla.registry.format.ini' );
[edit] See also
-
JRegistryFormatINI on api.joomla.org
-
JRegistryFormatINI source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormatINI
SeeAlso:JRegistryFormatINI [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />