PHP Class Horde_Vcs_File_Cvs, horde

Copyright 2000-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Anil Madhavapeddy ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Vcs_File_Rcs
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_driver string The current driver.

Public Methods

Method Description
getBranchList ( ) TODO
getBranches ( ) TODO
getTags ( ) TODO
isDeleted ( ) : boolean If this file is present in an Attic directory, this indicates it.

Method Details

getBranchList() public method

TODO
public getBranchList ( )

getBranches() public method

TODO
public getBranches ( )

getTags() public method

TODO
public getTags ( )

isDeleted() public method

If this file is present in an Attic directory, this indicates it.
public isDeleted ( ) : boolean
return boolean True if file is in the Attic, and false otherwise

Property Details

$_driver protected_oe property

The current driver.
protected string $_driver
return string