PHP 클래스 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.
저자: Chuck Hagenbuch ([email protected])
저자: Michael Slusarz ([email protected])
상속: extends Horde_Vcs_Patchset_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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 produce patchsets for.
'range' - (array) The patchsets to process.
          DEFAULT: None (all patchsets are processed).