PHP 클래스 Horde_Vcs_Log_Base, 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.
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_author
$_branch
$_branches
$_date
$_file
$_files
$_initialized boolean
$_lines
$_log
$_rep
$_rev
$_state
$_symbolicBranches
$_tags

공개 메소드들

메소드 설명
__construct ( $rev ) Constructor.
__sleep ( ) When serializing, don't return the repository object
getAddedLines ( )
getAuthor ( ) TODO
getBranch ( ) : array Returns all branches that contain this log.
getChanges ( ) TODO
getDate ( ) TODO
getDeletedLines ( )
getFiles ( $file = null ) TODO
getMessage ( ) TODO
getRevision ( ) TODO
getSymbolicBranches ( ) : array Given a branch revision number, this function remaps it accordingly, and performs a lookup on the file object to return the symbolic name(s) of that branch in the tree.
getTags ( ) TODO
setFile ( Horde_Vcs_File_Base $file )
setRepository ( $rep ) TODO
toHash ( )

보호된 메소드들

메소드 설명
_ensureInitialized ( )
_init ( )
_setSymbolicBranches ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $rev )

__sleep() 공개 메소드

When serializing, don't return the repository object
public __sleep ( )

_ensureInitialized() 보호된 메소드

protected _ensureInitialized ( )

_init() 추상적인 보호된 메소드

abstract protected _init ( )

_setSymbolicBranches() 보호된 메소드

protected _setSymbolicBranches ( )

getAddedLines() 공개 메소드

public getAddedLines ( )

getAuthor() 공개 메소드

TODO
public getAuthor ( )

getBranch() 공개 메소드

Returns all branches that contain this log.
public getBranch ( ) : array
리턴 array

getChanges() 공개 메소드

TODO
public getChanges ( )

getDate() 공개 메소드

TODO
public getDate ( )

getDeletedLines() 공개 메소드

public getDeletedLines ( )

getFiles() 공개 메소드

TODO
public getFiles ( $file = null )

getMessage() 공개 메소드

TODO
public getMessage ( )

getRevision() 공개 메소드

TODO
public getRevision ( )

getSymbolicBranches() 공개 메소드

Given a branch revision number, this function remaps it accordingly, and performs a lookup on the file object to return the symbolic name(s) of that branch in the tree.
public getSymbolicBranches ( ) : array
리턴 array Hash of symbolic names => branch numbers.

getTags() 공개 메소드

TODO
public getTags ( )

setFile() 공개 메소드

public setFile ( Horde_Vcs_File_Base $file )
$file Horde_Vcs_File_Base

setRepository() 공개 메소드

TODO
public setRepository ( $rep )

toHash() 공개 메소드

public toHash ( )

프로퍼티 상세

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

protected $_author

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

protected $_branch

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

protected $_branches

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

protected $_date

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

protected $_file

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

protected $_files

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

protected bool $_initialized
리턴 boolean

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

protected $_lines

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

protected $_log

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

protected $_rep

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

protected $_rev

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

protected $_state

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

protected $_symbolicBranches

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

protected $_tags