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.
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_author
$_branch
$_branches
$_date
$_file
$_files
$_initialized boolean
$_lines
$_log
$_rep
$_rev
$_state
$_symbolicBranches
$_tags

Public Methods

Method 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 ( )

Protected Methods

Method Description
_ensureInitialized ( )
_init ( )
_setSymbolicBranches ( )

Method Details

__construct() public method

Constructor.
public __construct ( $rev )

__sleep() public method

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

_ensureInitialized() protected method

protected _ensureInitialized ( )

_init() abstract protected method

abstract protected _init ( )

_setSymbolicBranches() protected method

protected _setSymbolicBranches ( )

getAddedLines() public method

public getAddedLines ( )

getAuthor() public method

TODO
public getAuthor ( )

getBranch() public method

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

getChanges() public method

TODO
public getChanges ( )

getDate() public method

TODO
public getDate ( )

getDeletedLines() public method

public getDeletedLines ( )

getFiles() public method

TODO
public getFiles ( $file = null )

getMessage() public method

TODO
public getMessage ( )

getRevision() public method

TODO
public getRevision ( )

getSymbolicBranches() public method

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

getTags() public method

TODO
public getTags ( )

setFile() public method

public setFile ( Horde_Vcs_File_Base $file )
$file Horde_Vcs_File_Base

setRepository() public method

TODO
public setRepository ( $rep )

toHash() public method

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
return 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