Prado\Data\Common\TDbTableInfo::getInfo PHP 메소드

getInfo() 보호된 메소드

protected getInfo ( $name, $default = null ) : mixed
리턴 mixed information array value.
    protected function getInfo($name, $default = null)
    {
        return isset($this->_info[$name]) ? $this->_info[$name] : $default;
    }