API17:JRegistryFormatIni:: getValueAsINI
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRegistryFormatIni::_getValueAsINI|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormatIni::_getValueAsINI|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _getValueAsINI ($value) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The value in INI format. | |
| − | string The value in INI format. | + | * '''Defined''' on line 187 of libraries/joomla/registry/format/ini.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/registry/format/ini.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRegistryFormatIni::_getValueAsINI source code''' on [[jplatform:registry/format/ini.php#cl-179|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRegistryFormatIni/11.1|JRegistryFormatIni]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormatIni::_getValueAsINI|Other versions of JRegistryFormatIni::_getValueAsINI]] | ||
| + | {{SeeAlso:JRegistryFormatIni::_getValueAsINI}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatIni::_getValueAsINI|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormatIni::_getValueAsINI|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 48: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRegistryFormatIni]][[Category:JRegistryFormatIni::_getValueAsINI]]</noinclude> | <noinclude>[[Category:JRegistryFormatIni]][[Category:JRegistryFormatIni::_getValueAsINI]]</noinclude> | ||
Revision as of 21:31, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatIni::_getValueAsINI
Description
Method to get a value in an INI format.
Description:JRegistryFormatIni:: getValueAsINI [Edit Descripton]
protected function _getValueAsINI ($value)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | mixed | The value to convert to INI format. |
- Returns string The value in INI format.
- Defined on line 187 of libraries/joomla/registry/format/ini.php
- Since
See also
-
JRegistryFormatIni::_getValueAsINI source code on BitBucket
-
Class JRegistryFormatIni
-
Subpackage Registry
- Other versions of JRegistryFormatIni::_getValueAsINI
SeeAlso:JRegistryFormatIni:: getValueAsINI [Edit See Also]
User contributed notes
<CodeExamplesForm />
