Prado\Data\ActiveRecord\TActiveRecordGateway::getRecordTableInfo PHP Метод

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

Returns table information, trys the application cache first.
public getRecordTableInfo ( TActiveRecord $record ) : TDbTableInfo
$record TActiveRecord
Результат TDbTableInfo table information.
    public function getRecordTableInfo(TActiveRecord $record)
    {
        $tableName = $this->getRecordTableName($record);
        return $this->getTableInfo($record->getDbConnection(), $tableName);
    }