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
파일: Sql.php 프로젝트: jubinpatel/horde
 protected function _fromBackend($value)
 {
     return Horde_String::convertCharset($value, $this->_db->getOption('charset'), 'UTF-8');
 }