Baum\Extensions\Eloquent\Collection::toHierarchy PHP Method

toHierarchy() public method

public toHierarchy ( )
    public function toHierarchy()
    {
        $dict = $this->getDictionary();
        return new BaseCollection($this->hierarchical($dict));
    }