Owl\Repositories\Fluent\LikeRepository::getTableName PHP 메소드

getTableName() 공개 메소드

Get a table name.
public getTableName ( ) : string
리턴 string
    public function getTableName()
    {
        return $this->table;
    }