Horde_Tree_Renderer_Base::sort PHP Method

sort() public method

Sorts the tree by the specified node property.
public sort ( string $criteria )
$criteria string The node property to sort by.
    public function sort($criteria)
    {
        return $this->_tree->sort($criteria);
    }