PHP Class Horde_Vcs_Patchset_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_Patchset_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Vcs $rep, array $opts = [] ) Constructor

Method Details

__construct() public method

Constructor
public __construct ( Horde_Vcs $rep, array $opts = [] )
$rep Horde_Vcs A Horde_Vcs repository object.
$opts array Additional options. - 'file': (string) The filename to process. REQUIRED for this driver. - 'range': (array) The patchsets to process. DEFAULT: None (all patchsets are processed). - 'timezone': (string) The current timezone.