Overview

Packages

  • None
  • Vcs

Classes

  • Horde_Vcs
  • Horde_Vcs_Base
  • Horde_Vcs_Cvs
  • Horde_Vcs_Directory_Base
  • Horde_Vcs_Directory_Cvs
  • Horde_Vcs_Directory_Git
  • Horde_Vcs_Directory_Rcs
  • Horde_Vcs_Directory_Svn
  • Horde_Vcs_File_Base
  • Horde_Vcs_File_Cvs
  • Horde_Vcs_File_Git
  • Horde_Vcs_File_Rcs
  • Horde_Vcs_File_Svn
  • Horde_Vcs_Git
  • Horde_Vcs_Log_Base
  • Horde_Vcs_Log_Cvs
  • Horde_Vcs_Log_Git
  • Horde_Vcs_Log_Rcs
  • Horde_Vcs_Log_Svn
  • Horde_Vcs_Patchset
  • Horde_Vcs_Patchset_Base
  • Horde_Vcs_Patchset_Cvs
  • Horde_Vcs_Patchset_Git
  • Horde_Vcs_Patchset_Svn
  • Horde_Vcs_QuickLog_Base
  • Horde_Vcs_QuickLog_Cvs
  • Horde_Vcs_QuickLog_Git
  • Horde_Vcs_QuickLog_Rcs
  • Horde_Vcs_QuickLog_Svn
  • Horde_Vcs_Rcs
  • Horde_Vcs_Svn
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Vcs_Log_Base

Base log class.

Copyright 2008-2012 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.

Direct known subclasses

Horde_Vcs_Log_Git, Horde_Vcs_Log_Rcs, Horde_Vcs_Log_Svn

Indirect known subclasses

Horde_Vcs_Log_Cvs
Abstract
Package: Vcs
Located at Horde/Vcs/Log/Base.php
Methods summary
public
# __construct( mixed $rev )

Constructor.

Constructor.

public
# __sleep( )

When serializing, don't return the repository object

When serializing, don't return the repository object

public
# setRepository( mixed $rep )

TODO

TODO

public
# setFile( Horde_Vcs_File_Base $file )
public
# getRevision( )

TODO

TODO

public
# getDate( )

TODO

TODO

public
# getAuthor( )

TODO

TODO

public
# getMessage( )

TODO

TODO

public array
# getBranch( )

Returns all branches that contain this log.

Returns all branches that contain this log.

Returns

array
public
# getChanges( )

TODO

TODO

public
# getTags( )

TODO

TODO

public array
# 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.

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.

Returns

array
Hash of symbolic names => branch numbers.
public
# getFiles( mixed $file = null )

TODO

TODO

public
# getAddedLines( )
public
# getDeletedLines( )
public
# toHash( )
API documentation generated by ApiGen