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 |
|
|
|
| Returns |
void |
|
addDefaultVCSession |
|
private void addDefaultVCSession( mixed &$vcs )
|
| |
Add the VCSession that should be used as a default to the global registry
|
| Parameter |
|
|
| Returns |
void |
|
&getVCSession |
|
private mixed &getVCSession( string $key )
|
| |
Get VCSession by key
|
| Parameter |
|
|
| 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 |
|