JRegistryFormatIni:: getValueAsINI
From Joomla! Documentation
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.
JRegistryFormatIni::_getValueAsINI[edit]
Description[edit]
Method to get a value in an INI format.
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[edit]
JRegistryFormatIni::_getValueAsINI source code on BitBucket
Class JRegistryFormatIni
Subpackage Registry
- Other versions of JRegistryFormatIni::_getValueAsINI
User contributed notes[edit]
Code Examples[edit]