Documentation

Horde_Vcs_QuickLog_Rcs extends Horde_Vcs_QuickLog_Base
in package

Rcs quick log class.

Provides information for the most recent log entry of a file.

Copyright 2011-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
author

Jan Schneider jan@horde.org

Table of Contents

$_author  : string
A log author.
$_date  : int
A log timestamp.
$_log  : string
A log message.
$_rep  : Horde_Vcs_Base
A repository object.
$_rev  : string
A log revision.
__construct()  : mixed
Constructor.
__sleep()  : mixed
When serializing, don't return the repository object
getAuthor()  : string
Returns the log author.
getDate()  : int
Returns the log date.
getMessage()  : string
Returns the log message.
getRevision()  : string
Returns the log revision.

Properties

$_author

A log author.

protected string $_author

$_date

A log timestamp.

protected int $_date

$_log

A log message.

protected string $_log

$_rev

A log revision.

protected string $_rev

Methods

__construct()

Constructor.

public __construct(Horde_Vcs_Base $rep, string $rev[, int $date = null ][, string $author = null ][, string $log = null ]) : mixed
Parameters
$rep : Horde_Vcs_Base

A repository object.

$rev : string

A log revision.

$date : int = null

A log timestamp.

$author : string = null

A log author.

$log : string = null

A log message.

Return values
mixed

__sleep()

When serializing, don't return the repository object

public __sleep() : mixed
Return values
mixed

getAuthor()

Returns the log author.

public getAuthor() : string
Return values
string

An author.

getDate()

Returns the log date.

public getDate() : int
Return values
int

A date.

getMessage()

Returns the log message.

public getMessage() : string
Return values
string

A message.

getRevision()

Returns the log revision.

public getRevision() : string
Return values
string

A revision.

Search results