Horde_Vcs_Directory_Base::getBranches PHP Method

getBranches() public method

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