PHP Класс 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.
Автор: Anil Madhavapeddy ([email protected])
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Vcs_Patchset_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Horde_Vcs $rep, array $opts = [] ) Constructor

Описание методов

__construct() публичный Метод

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.