Horde_Vcs_Directory_Base::getBranches PHP Méthode

getBranches() public méthode

Returns a list of all branches in this directory.
public getBranches ( ) : array
Résultat array A branch list.
    public function getBranches()
    {
        return array();
    }