Askedio\ItemPaginator\ItemPaginator::getField PHP 메소드

getField() 보호된 메소드

protected getField ( )
    protected function getField()
    {
        if (!preg_match('/\\.(.*)/', $this->field, $matches)) {
            return $this->field;
        }
        return $matches[1];
    }