LazyRecord\BaseModel::getTable PHP Метод

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

public getTable ( )
    public function getTable()
    {
        if ($this->table) {
            return $this->table;
        }
        return static::TABLE;
    }