PHP Класс Horde_Vcs_QuickLog_Git, horde

Provides information for the most recent log entry of a file. Copyright 2011-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.
Автор: Chuck Hagenbuch ([email protected])
Автор: Michael Slusarz ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Vcs_QuickLog_Base
Показать файл Открыть проект

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

Метод Описание
__construct ( Horde_Vcs_Base $rep, string $rev, integer $date = null, string $author = null, string $log = null ) Constructor.

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

__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.