|
eZ Publish
[4.2]
|
Go to the source code of this file.
Variables | |
| $db = eZDB::instance() | |
| $processCount = 0 | |
| $removedProcessCount = 0 | |
| $runInBrowser = true | |
| $statusMap = array() | |
| $workflowProcessList = eZWorkflowProcess::fetchForStatus( eZWorkflow::STATUS_DEFERRED_TO_CRON ) | |
Definition in file workflow.php.
| $db = eZDB::instance() |
Definition at line 38 of file workflow.php.
| $processCount = 0 |
Definition at line 45 of file workflow.php.
| $removedProcessCount = 0 |
Definition at line 44 of file workflow.php.
| $runInBrowser = true |
Definition at line 34 of file workflow.php.
| $statusMap = array() |
Definition at line 46 of file workflow.php.
Referenced by eZContentObject\validateInput(), and eZObjectRelationListType\validateObjectAttributeHTTPInput().
| $workflowProcessList = eZWorkflowProcess::fetchForStatus( eZWorkflow::STATUS_DEFERRED_TO_CRON ) |
Definition at line 40 of file workflow.php.
Referenced by eZTrigger\runTrigger().