LazyRecord\BaseModel::getTable PHP 메소드

getTable() 공개 메소드

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