Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /home/schmitt/local-cvs/midgard-current/workflow/fordoc/VCSessionRegistry.php
DataWorkFlow + DataflowVC -

VCSessionRegistry

VCSessionRegistry

Global registry easy access to and reuse of VCSessions (and also WorkflowSessions)

 

private class VCSessionRegistry

Global registry easy access to and reuse of VCSessions (and also WorkflowSessions)

 

Private Method Summary

void

addVCSession(string $key, mixed &$vcs)

Add a VCSession to the global registry
void

addDefaultVCSession(mixed &$vcs)

Add the VCSession that should be used as a default to the global registry
mixed

&getVCSession(string $key)

Get VCSession by key
mixed

&getDefaultVCSession()

Get default VCSession

Private Method Details

addVCSession

private void addVCSession( string $key, mixed &$vcs )

  Add a VCSession to the global registry

Parameter
string $key
the key under which it should be registered
mixed &$vcs
Returns void


addDefaultVCSession

private void addDefaultVCSession( mixed &$vcs )

  Add the VCSession that should be used as a default to the global registry

Parameter
mixed &$vcs
Returns void


&getVCSession

private mixed &getVCSession( string $key )

  Get VCSession by key

Parameter
string $key
Returns mixed $vcs

the VCSession or false if not present


&getDefaultVCSession

private mixed &getDefaultVCSession( )

  Get default VCSession

Returns mixed $vcs

the VCSession or false if not present



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta