PHP Class 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.
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_author
$_branch
$_branches
$_date
$_file
$_files
$_initialized boolean
$_lines
$_log
$_rep
$_rev
$_state
$_symbolicBranches
$_tags

Méthodes publiques

Méthode Description
__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 ( )

Méthodes protégées

Méthode Description
_ensureInitialized ( )
_init ( )
_setSymbolicBranches ( )

Method Details

__construct() public méthode

Constructor.
public __construct ( $rev )

__sleep() public méthode

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

_ensureInitialized() protected méthode

protected _ensureInitialized ( )

_init() abstract protected méthode

abstract protected _init ( )

_setSymbolicBranches() protected méthode

protected _setSymbolicBranches ( )

getAddedLines() public méthode

public getAddedLines ( )

getAuthor() public méthode

TODO
public getAuthor ( )

getBranch() public méthode

Returns all branches that contain this log.
public getBranch ( ) : array
Résultat array

getChanges() public méthode

TODO
public getChanges ( )

getDate() public méthode

TODO
public getDate ( )

getDeletedLines() public méthode

public getDeletedLines ( )

getFiles() public méthode

TODO
public getFiles ( $file = null )

getMessage() public méthode

TODO
public getMessage ( )

getRevision() public méthode

TODO
public getRevision ( )

getSymbolicBranches() public méthode

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
Résultat array Hash of symbolic names => branch numbers.

getTags() public méthode

TODO
public getTags ( )

setFile() public méthode

public setFile ( Horde_Vcs_File_Base $file )
$file Horde_Vcs_File_Base

setRepository() public méthode

TODO
public setRepository ( $rep )

toHash() public méthode

public toHash ( )

Property Details

$_author protected_oe property

protected $_author

$_branch protected_oe property

protected $_branch

$_branches protected_oe property

protected $_branches

$_date protected_oe property

protected $_date

$_file protected_oe property

protected $_file

$_files protected_oe property

protected $_files

$_initialized protected_oe property

protected bool $_initialized
Résultat boolean

$_lines protected_oe property

protected $_lines

$_log protected_oe property

protected $_log

$_rep protected_oe property

protected $_rep

$_rev protected_oe property

protected $_rev

$_state protected_oe property

protected $_state

$_symbolicBranches protected_oe property

protected $_symbolicBranches

$_tags protected_oe property

protected $_tags