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.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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