PHP Class 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.
Author: Chuck Hagenbuch ([email protected])
Author: Michael Slusarz ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Vcs_QuickLog_Base
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Vcs_Base $rep, string $rev, integer $date = null, string $author = null, string $log = null ) Constructor.

Method Details

__construct() public method

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.