Baum\SetMapper::getSearchAttributes PHP 메소드

getSearchAttributes() 보호된 메소드

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