Prado\Data\Common\TDbTableInfo::getInfo PHP Method

getInfo() protected method

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