PHP 클래스 Horde_Vcs_File_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_File_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_driver string The current driver.
$_revlist array The master list of revisions for this file.

공개 메소드들

메소드 설명
getBranch ( string $rev ) : array Returns all branches that contain a certain revision.
getBranchList ( ) TODO
getBranches ( ) TODO
getHashForRevision ( string $rev ) : string Get the hash name for this file at a specific revision.
getLastLog ( ) : Horde_Vcs_QuickLog_Git Returns a log object for the most recent log entry of this file.
getLog ( $rev = null ) TODO
getPath ( ) : string Return the "base" filename (i.e. the filename needed by the various command line utilities).
getPreviousRevision ( string $rev ) : string Returns the revision before the specified revision.
getRevision ( ) : string Returns the last revision of the current file on the HEAD branch.
getTags ( ) TODO
revisionCount ( ) TODO

보호된 메소드들

메소드 설명
_init ( )

메소드 상세

_init() 보호된 메소드

protected _init ( )

getBranch() 공개 메소드

Returns all branches that contain a certain revision.
public getBranch ( string $rev ) : array
$rev string A revision.
리턴 array A list of branches with this revision.

getBranchList() 공개 메소드

TODO
public getBranchList ( )

getBranches() 공개 메소드

TODO
public getBranches ( )

getHashForRevision() 공개 메소드

Get the hash name for this file at a specific revision.
public getHashForRevision ( string $rev ) : string
$rev string Revision string.
리턴 string Commit hash.

getLastLog() 공개 메소드

Returns a log object for the most recent log entry of this file.
public getLastLog ( ) : Horde_Vcs_QuickLog_Git
리턴 Horde_Vcs_QuickLog_Git Log object of the last entry in the file.

getLog() 공개 메소드

TODO
public getLog ( $rev = null )

getPath() 공개 메소드

Return the "base" filename (i.e. the filename needed by the various command line utilities).
public getPath ( ) : string
리턴 string A filename.

getPreviousRevision() 공개 메소드

Returns the revision before the specified revision.
public getPreviousRevision ( string $rev ) : string
$rev string A revision.
리턴 string The previous revision or null if the first revision.

getRevision() 공개 메소드

Returns the last revision of the current file on the HEAD branch.
public getRevision ( ) : string
리턴 string Last revision of the current file.

getTags() 공개 메소드

TODO
public getTags ( )

revisionCount() 공개 메소드

TODO
public revisionCount ( )

프로퍼티 상세

$_driver 보호되어 있는 프로퍼티

The current driver.
protected string $_driver
리턴 string

$_revlist 보호되어 있는 프로퍼티

The master list of revisions for this file.
protected array $_revlist
리턴 array