Public Member Functions | |
Process ($db) | |
getProcess ($pId) | |
getNormalizedName () | |
getName () | |
getVersion () | |
getActivityByName ($actname) | |
Public Attributes | |
$name | |
$description | |
$version | |
$normalizedName | |
$pId = 0 |
Definition at line 10 of file Process.php.
|
Gets information about an activity in this process by name, e.g. $actinfo = $process->getActivityByName('Approve CD Request'); if ($actinfo) { $some_url = 'tiki-g-run_activity.php?activityId=' . $actinfo['activityId']; } Definition at line 64 of file Process.php. |
|
Gets the process name Definition at line 46 of file Process.php. |
|
Gets the normalized name of the process Definition at line 39 of file Process.php. |
|
Loads a process form the database Definition at line 24 of file Process.php. |
|
Gets the process version Definition at line 53 of file Process.php. |