getOption() публичный Метод

Returns an adaptor option set through the constructor.
public getOption ( string $option ) : mixed
$option string The option to return.
Результат mixed The option value or null if option doesn't exist or is not set.
Пример #1
0
 protected function _fromBackend($value)
 {
     return Horde_String::convertCharset($value, $this->_db->getOption('charset'), 'UTF-8');
 }