Horde_Tree_Renderer_Base::sort PHP Méthode

sort() public méthode

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);
    }