Baum\SetMapper::getSearchAttributes PHP Method

getSearchAttributes() protected method

protected getSearchAttributes ( $attributes )
    protected function getSearchAttributes($attributes)
    {
        $searchable = [$this->node->getKeyName()];
        return array_only($attributes, $searchable);
    }