PHP Class Horde_Vcs_Patchset_Git, horde

Copyright 2008-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: Chuck Hagenbuch ([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 produce patchsets for.
'range' - (array) The patchsets to process.
          DEFAULT: None (all patchsets are processed).