Askedio\ItemPaginator\ItemPaginator::getField PHP Method

getField() protected method

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