Askedio\ItemPaginator\ItemPaginator::getField PHP Méthode

getField() protected méthode

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