Jedrzej\Pimpable\PimpableTrait::getSortableAttributes PHP Method

getSortableAttributes() protected method

protected getSortableAttributes ( )
    protected function getSortableAttributes()
    {
        return property_exists($this, 'sortable') ? $this->sortable : ['*'];
    }