|
|
|
File: /home/schmitt/local-cvs/midgard-current/workflow/fordoc/MgdVCObject.php
DataWorkFlow + DataflowVC -
MgdVCObject
MgdVCObject
Represents a "bridge" from DB to CVS.
|
private class MgdVCObject extends DBObject
Represents a "bridge" from DB to CVS.
|
| |
|
Direct known subclasses: MgdPartRevision, MgdPart, MgdCollection, WorkflowProc
|
|
|
|
|
|
|
|
Public Method Details |
MgdVCObject |
|
public void MgdVCObject( [ integer $vcs ] )
|
| |
Construct a new MgdVCObject.
|
| Parameter |
|
| integer |
$vcs |
= >>0<< |
|
(optional) the VCSession that should be used to construct the object. If not specified, uses the default VCSession from VCSessionRegistry. |
|
| Returns |
void |
|
|
Private Method Details |
&realVcs |
|
private void &realVcs( mixed &$vcs )
|
| |
Check if this is really a VCSession, otherwise replace the argument with the default VCSession
|
| Parameter |
|
|
| Returns |
void |
|
addComment |
|
private void addComment( string $comment )
|
| |
Add a comment to the object and store it in the meta-db
|
| Parameter |
|
|
| Returns |
void |
|
&retrieveComments |
|
private array &retrieveComments( )
|
| |
Get stored comments for this object
|
| Returns |
array $comments |
|
|
Private Field Details |
$_vcs |
|
private unknown $_vcs
>><<
|
|
$_mgddb |
|
private unknown $_mgddb
>><<
|
|
$_vc |
|
private unknown $_vc
>><<
|
|
$_nSpace |
|
private unknown $_nSpace
>><<
|
|
$_branch |
|
private unknown $_branch
>><<
|
|
|
|
|
|
| PHPDoc 1.0beta |