Property | Type | Description | |
---|---|---|---|
$_author | |||
$_branch | |||
$_branches | |||
$_date | |||
$_file | |||
$_files | |||
$_initialized | boolean | ||
$_lines | |||
$_log | |||
$_rep | |||
$_rev | |||
$_state | |||
$_symbolicBranches | |||
$_tags |
Method | Description | |
---|---|---|
__construct ( $rev ) | Constructor. | |
__sleep ( ) | When serializing, don't return the repository object | |
getAddedLines ( ) | ||
getAuthor ( ) | TODO | |
getBranch ( ) : array | Returns all branches that contain this log. | |
getChanges ( ) | TODO | |
getDate ( ) | TODO | |
getDeletedLines ( ) | ||
getFiles ( $file = null ) | TODO | |
getMessage ( ) | TODO | |
getRevision ( ) | TODO | |
getSymbolicBranches ( ) : array | 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 ( ) | TODO | |
setFile ( Horde_Vcs_File_Base $file ) | ||
setRepository ( $rep ) | TODO | |
toHash ( ) |
Method | Description | |
---|---|---|
_ensureInitialized ( ) | ||
_init ( ) | ||
_setSymbolicBranches ( ) |
public getSymbolicBranches ( ) : array | ||
return | array | Hash of symbolic names => branch numbers. |