Horde_Vcs_Log_Rcs
extends Horde_Vcs_Log_Base
in package
RCS log class.
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
Table of Contents
- $_author : mixed
- $_branch : mixed
- $_branches : mixed
- $_date : mixed
- $_file : mixed
- $_files : mixed
- $_initialized : bool
- $_lines : mixed
- $_log : mixed
- $_rep : mixed
- $_rev : mixed
- $_state : mixed
- $_symbolicBranches : mixed
- $_tags : mixed
- __construct() : mixed
- Constructor.
- __sleep() : mixed
- When serializing, don't return the repository object
- getAddedLines() : mixed
- getAuthor() : mixed
- TODO
- getBranch() : array<string|int, mixed>
- Returns all branches that contain this log.
- getChanges() : mixed
- TODO
- getDate() : mixed
- TODO
- getDeletedLines() : mixed
- getFiles() : mixed
- TODO
- getMessage() : mixed
- TODO
- getRevision() : mixed
- TODO
- getSymbolicBranches() : array<string|int, mixed>
- 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() : mixed
- TODO
- setBranch() : mixed
- TODO
- setFile() : mixed
- setRepository() : mixed
- TODO
- toHash() : mixed
- _ensureInitialized() : mixed
- _init() : mixed
- This method parses branches even though RCS doesn't support branches. But rlog from the RCS tools supports them, and displays them even on RCS repositories.
- _setSymbolicBranches() : mixed
Properties
$_author
protected
mixed
$_author
$_branch
protected
mixed
$_branch
= array()
$_branches
protected
mixed
$_branches
= array()
$_date
protected
mixed
$_date
$_file
protected
mixed
$_file
$_files
protected
mixed
$_files
= array()
$_initialized
protected
bool
$_initialized
$_lines
protected
mixed
$_lines
= ''
$_log
protected
mixed
$_log
$_rep
protected
mixed
$_rep
$_rev
protected
mixed
$_rev
$_state
protected
mixed
$_state
$_symbolicBranches
protected
mixed
$_symbolicBranches
= array()
$_tags
protected
mixed
$_tags
= array()
Methods
__construct()
Constructor.
public
__construct(mixed $rev) : mixed
Parameters
- $rev : mixed
Return values
mixed —__sleep()
When serializing, don't return the repository object
public
__sleep() : mixed
Return values
mixed —getAddedLines()
public
getAddedLines() : mixed
Return values
mixed —getAuthor()
TODO
public
getAuthor() : mixed
Return values
mixed —getBranch()
Returns all branches that contain this log.
public
getBranch() : array<string|int, mixed>
Return values
array<string|int, mixed> —getChanges()
TODO
public
getChanges() : mixed
Return values
mixed —getDate()
TODO
public
getDate() : mixed
Return values
mixed —getDeletedLines()
public
getDeletedLines() : mixed
Return values
mixed —getFiles()
TODO
public
getFiles([mixed $file = null ]) : mixed
Parameters
- $file : mixed = null
Return values
mixed —getMessage()
TODO
public
getMessage() : mixed
Return values
mixed —getRevision()
TODO
public
getRevision() : mixed
Return values
mixed —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<string|int, mixed>
Return values
array<string|int, mixed> —Hash of symbolic names => branch numbers.
getTags()
TODO
public
getTags() : mixed
Return values
mixed —setBranch()
TODO
public
setBranch(mixed $branch) : mixed
Ignoring branches in this driver.
Parameters
- $branch : mixed
Return values
mixed —setFile()
public
setFile(Horde_Vcs_File_Base $file) : mixed
Parameters
- $file : Horde_Vcs_File_Base
Return values
mixed —setRepository()
TODO
public
setRepository(mixed $rep) : mixed
Parameters
- $rep : mixed
Return values
mixed —toHash()
public
toHash() : mixed
Return values
mixed —_ensureInitialized()
protected
_ensureInitialized() : mixed
Return values
mixed —_init()
This method parses branches even though RCS doesn't support branches. But rlog from the RCS tools supports them, and displays them even on RCS repositories.
protected
_init() : mixed
Return values
mixed —_setSymbolicBranches()
protected
_setSymbolicBranches() : mixed