Prado\Util\TDbLogRoute::getAutoCreateLogTable PHP Метод

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

См. также: setAutoCreateLogTable
public getAutoCreateLogTable ( ) : boolean
Результат boolean whether the log DB table should be automatically created if not exists. Defaults to true.
    public function getAutoCreateLogTable()
    {
        return $this->_autoCreate;
    }