Packageindex Classtrees Modulegroups Elementlist Report XML Files

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 Summary

void

MgdVCObject([ integer $vcs ])

Construct a new MgdVCObject.

Private Method Summary

void

&realVcs(mixed &$vcs)

Check if this is really a VCSession, otherwise replace the argument with the default VCSession
void

addComment(string $comment)

Add a comment to the object and store it in the meta-db
array

&retrieveComments()

Get stored comments for this object

Private Field Summary

unknown

$_vcs

unknown

$_mgddb

unknown

$_vc

unknown

$_nSpace

unknown

$_branch

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
mixed &$vcs
Returns void


addComment

private void addComment( string $comment )

  Add a comment to the object and store it in the meta-db

Parameter
string $comment
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

>><<




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta