getOption() public method

Returns an adaptor option set through the constructor.
public getOption ( string $option ) : mixed
$option string The option to return.
return mixed The option value or null if option doesn't exist or is not set.
Exemplo n.º 1
0
 protected function _fromBackend($value)
 {
     return Horde_String::convertCharset($value, $this->_db->getOption('charset'), 'UTF-8');
 }