PHP 클래스 Horde_Vcs_QuickLog_Git, horde

Provides information for the most recent log entry of a file. Copyright 2011-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])
저자: Jan Schneider ([email protected])
상속: extends Horde_Vcs_QuickLog_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( Horde_Vcs_Base $rep, string $rev, integer $date = null, string $author = null, string $log = null ) Constructor.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Vcs_Base $rep, string $rev, integer $date = null, string $author = null, string $log = null )
$rep Horde_Vcs_Base A repository object.
$rev string A log revision.
$date integer A log timestamp.
$author string A log author.
$log string A log message.