PHP Класс Horde_Vcs_QuickLog_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 string A log author.
$_date integer A log timestamp.
$_log string A log message.
$_rep Horde_Vcs_Base A repository object.
$_rev string A log revision.

Открытые методы

Метод Описание
__construct ( Horde_Vcs_Base $rep, string $rev, integer $date = null, string $author = null, string $log = null ) Constructor.
__sleep ( ) When serializing, don't return the repository object
getAuthor ( ) : string Returns the log author.
getDate ( ) : integer Returns the log date.
getMessage ( ) : string Returns the log message.
getRevision ( ) : string Returns the log revision.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Vcs_Base $rep, string $rev, integer $date = null, string $author = null, string $log = null )
$rep Horde_Vcs_Base A repository object.
$rev string A log revision.
$date integer A log timestamp.
$author string A log author.
$log string A log message.

__sleep() публичный Метод

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

getAuthor() публичный Метод

Returns the log author.
public getAuthor ( ) : string
Результат string An author.

getDate() публичный Метод

Returns the log date.
public getDate ( ) : integer
Результат integer A date.

getMessage() публичный Метод

Returns the log message.
public getMessage ( ) : string
Результат string A message.

getRevision() публичный Метод

Returns the log revision.
public getRevision ( ) : string
Результат string A revision.

Описание свойств

$_author защищенное свойство

A log author.
protected string $_author
Результат string

$_date защищенное свойство

A log timestamp.
protected int $_date
Результат integer

$_log защищенное свойство

A log message.
protected string $_log
Результат string

$_rep защищенное свойство

A repository object.
protected Horde_Vcs_Base $_rep
Результат Horde_Vcs_Base

$_rev защищенное свойство

A log revision.
protected string $_rev
Результат string