PHP Класс Horde_Vcs_File_Rcs, horde

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.
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Vcs_File_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_accum string TODO
$_branches array TODO
$_driver string The current driver.
$_revlist array TODO
$_revsym array TODO
$_symrev array TODO

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

Метод Описание
getAccum ( ) TODO
getFileName ( ) : string Returns name of the current file without the repository extensions (usually ,v)
getFullPath ( ) : string Return the fully qualified filename of this object.
getLastLog ( ) : Horde_Vcs_QuickLog_Rcs Returns a log object for the most recent log entry of this file.
getPreviousRevision ( string $rev ) : string Returns the revision before the specified revision.
getRevisionSymbol ( $rev ) TODO
getSourcerootPath ( ) : string Return the name of this file relative to its sourceroot.

Защищенные методы

Метод Описание
_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.

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

_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 ( )

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

TODO
public getAccum ( )

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

Returns name of the current file without the repository extensions (usually ,v)
public getFileName ( ) : string
Результат string Filename without repository extension

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

Return the fully qualified filename of this object.
public getFullPath ( ) : string
Результат string Fully qualified filename of this object.

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

Returns a log object for the most recent log entry of this file.
public getLastLog ( ) : Horde_Vcs_QuickLog_Rcs
Результат Horde_Vcs_QuickLog_Rcs Log object of the last entry in the file.

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

Returns the revision before the specified revision.
public getPreviousRevision ( string $rev ) : string
$rev string A revision.
Результат string The previous revision or null if the first revision.

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

TODO
public getRevisionSymbol ( $rev )

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

Return the name of this file relative to its sourceroot.
public getSourcerootPath ( ) : string
Результат string Pathname relative to the sourceroot.

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

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

TODO
protected string $_accum
Результат string

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

TODO
protected array $_branches
Результат array

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

The current driver.
protected string $_driver
Результат string

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

TODO
protected array $_revlist
Результат array

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

TODO
protected array $_revsym
Результат array

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

TODO
protected array $_symrev
Результат array