API17

API17:JRegistryFormatIni:: getValueAsINI

From Joomla! Documentation

Joomla 11.1 JRegistryFormatIni::_getValueAsINI

Description

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 Joomla 11.1

See also


User contributed notes

Code Examples