|
eZ Publish
[trunk]
|
Go to the source code of this file.
Functions | |
| makeTriggerArray ($triggerList) | |
Variables | |
| $functionList = array() | |
| $functionName = '*' | |
| $http = eZHTTPTool::instance() | |
| $Module = $Params['Module'] | |
| $moduleList = array() | |
| foreach($operations as $operation) if($http-> hasPostVariable( 'StoreButton')) | $moduleName = '*' |
| $operations = $wfINI->variableArray( 'OperationSettings', 'AvailableOperations' ) | |
| $possibleTriggers = array() | |
| $Result ['content'] = $tpl->fetch( 'design:trigger/list.tpl' ) | |
| $Result ['path'] | |
| $showFunctionList = false | |
| $showModuleList = false | |
| if($http->hasPostVariable( 'RemoveButton')) | $tpl = eZTemplate::factory() |
| $triggers = makeTriggerArray( eZTrigger::fetchList() ) | |
| $wfINI = eZINI::instance( 'workflow.ini' ) | |
| makeTriggerArray | ( | $ | triggerList | ) |
Definition at line 9 of file trigger/list.php.
| $functionList = array() |
Definition at line 154 of file trigger/list.php.
Referenced by eZRole\accessArrayByUserID(), eZSetupTestFunctionExists(), eZTemplateWhileFunction\functionList(), eZTemplateDoFunction\functionList(), eZTemplateIfFunction\functionList(), eZTemplateDefFunction\functionList(), eZTemplateForFunction\functionList(), eZTemplateSequenceFunction\functionList(), and eZTemplateForeachFunction\functionList().
| $functionName = '*' |
Definition at line 128 of file trigger/list.php.
Referenced by eZPDFTable\addDocSpecFunction(), eZPersistentObject\attribute(), eZPackage\canUsePackagePolicyFunction(), eZPackage\canUsePolicyFunction(), eZContentObjectVersion\checkAccess(), eZContentObject\checkAccess(), eZContentObjectTreeNode\checkAccess(), eZCache\clearItem(), eZTrigger\createNew(), eZSiteInstaller\execFunction(), eZFunctionHandler\execute(), eZModuleFunctionInfo\execute(), eZFunctionHandler\executeAlias(), eZContentObjectEditHandler\executeHandlerFunction(), eZContentObjectEditHandler\executeInputHandlers(), eZContentObjectEditHandler\executePublish(), eZPDFTable\extractFunction(), eZTemplateLoop\eZTemplateLoop(), eZTemplate\fetchFunctionObject(), eZWorkflow\fetchLimited(), eZTemplateExecuteOperator\fetchTransform(), eZUserFunctionCollection\fetchUserRole(), eZModule\forward(), eZTemplate\hasChildren(), eZWorkflowType\isAllowed(), eZWorkflow\isAllowed(), eZModuleFunctionInfo\isParameterArray(), eZTemplateExecuteOperator\modify(), eZModuleFunctionInfo\preExecute(), eZTemplateDelimitFunction\process(), eZTemplateMenuFunction\process(), eZTemplateDefFunction\process(), eZTemplateSequenceFunction\process(), eZTemplateCacheFunction\process(), eZTemplateBlockFunction\process(), eZTemplateToolbarFunction\process(), eZTemplateSetFunction\process(), eZTemplateDebugFunction\process(), eZObjectForwarder\process(), eZTemplateSectionFunction\process(), eZTemplate\processFunction(), eZTemplate\processNode(), eZTemplateCompiler\processNodeCombiningChildren(), eZTemplateCompiler\processNodeTransformationChild(), eZSOAPServer\processRequest(), eZTemplateCompiler\processStaticOptimizations(), eZTemplate\registerAutoloadFunctions(), eZTemplate\registerFunctionsInternal(), eZRole\removePolicy(), eZTemplate\resetElements(), eZTemplateBlockFunction\resetFunction(), eZObjectForwarder\resourceAcquisitionTransformation(), eZModule\run(), eZModule\runHooks(), eZPersistentObject\setAttribute(), eZSOAPServer\showResponse(), eZObjectForwarder\templateNodeTransformation(), eZTemplateMenuFunction\templateNodeTransformation(), eZTemplateToolbarFunction\templateNodeTransformation(), eZTemplateIncludeFunction\templateNodeTransformation(), eZTemplateDelimitFunction\templateNodeTransformation(), eZTemplateSetFunction\templateNodeTransformation(), eZTemplateDefFunction\templateNodeTransformation(), eZTemplateBlockFunction\templateNodeTransformation(), eZTemplateDebugFunction\templateNodeTransformation(), and eZContentObjectEditHandler\validateInputHandlers().
| $http = eZHTTPTool::instance() |
Definition at line 21 of file trigger/list.php.
| $Module = $Params['Module'] |
Definition at line 23 of file trigger/list.php.
| $moduleList = array() |
Definition at line 155 of file trigger/list.php.
Referenced by eZModuleOperator\modify(), and eZURLAliasML\urlTranslationEnabledByUri().
| foreach ($operations as $operation) if ($http->hasPostVariable( 'StoreButton')) $moduleName = '*' |
Definition at line 127 of file trigger/list.php.
Referenced by eZModule\accessAllowed(), eZUser\checkUser(), eZTrigger\createNew(), eZOperationHandler\execute(), eZModuleOperationInfo\execute(), eZFunctionHandler\execute(), eZModuleFunctionInfo\execute(), eZModule\exists(), eZModule\eZModule(), eZModuleFunctionInfo\eZModuleFunctionInfo(), eZModuleOperationInfo\eZModuleOperationInfo(), eZWorkflow\fetchLimited(), eZTemplateExecuteOperator\fetchTransform(), eZUserFunctionCollection\fetchUserRole(), eZModule\findModule(), eZUser\hasAccessToView(), eZModule\initialize(), eZWorkflowType\isAllowed(), eZWorkflow\isAllowed(), ezpLanguageSwitcher\isUrlPointingToModule(), eZModuleOperator\modify(), eZTemplateExecuteOperator\modify(), eZFunctionHandler\moduleFunctionInfo(), eZOperationHandler\moduleOperationInfo(), eZModuleFunctionInfo\preExecute(), eZModule\redirect(), eZModule\redirectionURI(), eZRole\removePolicy(), eZTrigger\runTrigger(), eZModule\setErrorModule(), and eZURLAliasML\urlTranslationEnabledByUri().
| $operations = $wfINI->variableArray( 'OperationSettings', 'AvailableOperations' ) |
Definition at line 26 of file trigger/list.php.
| $possibleTriggers = array() |
Definition at line 28 of file trigger/list.php.
| $Result['content'] = $tpl->fetch( 'design:trigger/list.tpl' ) |
Definition at line 183 of file trigger/list.php.
| $Result['path'] |
array( array( 'text' => ezpI18n::tr( 'kernel/trigger', 'Trigger' ), 'url' => false ), array( 'text' => ezpI18n::tr( 'kernel/trigger', 'List' ), 'url' => false ) )
Definition at line 184 of file trigger/list.php.
| $showFunctionList = false |
Definition at line 153 of file trigger/list.php.
| $showModuleList = false |
Definition at line 152 of file trigger/list.php.
| if ($http->hasPostVariable( 'RemoveButton')) $tpl = eZTemplate::factory() |
Definition at line 146 of file trigger/list.php.
| $triggers = makeTriggerArray( eZTrigger::fetchList() ) |
Definition at line 30 of file trigger/list.php.
| $wfINI = eZINI::instance( 'workflow.ini' ) |
Definition at line 25 of file trigger/list.php.
Referenced by eZWorkflowType\allowedTypes(), and eZWorkflowType\loadAndRegisterType().