|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $http = eZHTTPTool::instance() | |
| $module = $Params['Module'] | |
| if($http->hasPostVariable( 'BrowseCancelButton')||$http-> hasPostVariable( 'CancelButton')) if($http->hasSessionVariable( 'LastPostVars')) if($http-> hasPostVariable( 'NewButton')||$module-> isCurrentAction( 'NewObjectAddNodeAssignment')) else if($http->hasPostVariable( 'SetSorting')&&$http-> hasPostVariable( 'ContentObjectID')&&$http-> hasPostVariable( 'ContentNodeID')&&$http-> hasPostVariable( 'SortingField')&&$http-> hasPostVariable( 'SortingOrder')) else if($module-> isCurrentAction( 'MoveNode')) else if($module-> isCurrentAction( 'MoveNodeRequest')) else if($module-> isCurrentAction( 'SwapNode')) else if($module-> isCurrentAction( 'SwapNodeRequest')) else if($module-> isCurrentAction( 'UpdateMainAssignment')) else if($module->isCurrentAction( 'AddAssignment') or $module-> isCurrentAction( 'SelectAssignmentLocation')) else if($module-> isCurrentAction( 'RemoveAssignment')) else if($http-> hasPostVariable( 'EditButton')) else if($http->hasPostVariable( 'PreviewPublishButton')) else if($http->hasPostVariable( 'RemoveButton')) else if($http-> hasPostVariable( 'MoveButton')) else if($http->hasPostVariable( 'UpdatePriorityButton')) else if($http->hasPostVariable("ActionAddToBookmarks")) else if($http->hasPostVariable("ActionAddToNotification")) else if($http->hasPostVariable("ContentObjectID")) else if($http->hasPostVariable( 'RedirectButton')) else if($http-> hasPostVariable( 'DestinationURL')) else if($module-> isCurrentAction( 'ClearViewCache') or $module-> isCurrentAction( 'ClearViewCacheSubtree')) else if($module->isCurrentAction( 'UploadFile')) else if(!isset($result)) | $Result = array() |
| $Result ['content'] = isset( $result ) ? $result : null | |
| $userClassIDArray = eZUser::contentClassIDs() | |
| $http = eZHTTPTool::instance() |
Definition at line 9 of file content/action.php.
| $module = $Params['Module'] |
Definition at line 10 of file content/action.php.
| if ($http->hasPostVariable( 'BrowseCancelButton')||$http->hasPostVariable( 'CancelButton')) if ($http->hasSessionVariable( 'LastPostVars')) if ($http->hasPostVariable( 'NewButton')||$module->isCurrentAction( 'NewObjectAddNodeAssignment')) else if ($http->hasPostVariable( 'SetSorting')&&$http->hasPostVariable( 'ContentObjectID')&&$http->hasPostVariable( 'ContentNodeID')&&$http->hasPostVariable( 'SortingField')&&$http->hasPostVariable( 'SortingOrder')) else if ($module->isCurrentAction( 'MoveNode')) else if ($module->isCurrentAction( 'MoveNodeRequest')) else if ($module->isCurrentAction( 'SwapNode')) else if ($module->isCurrentAction( 'SwapNodeRequest')) else if ($module->isCurrentAction( 'UpdateMainAssignment')) else if ($module->isCurrentAction( 'AddAssignment') or $module->isCurrentAction( 'SelectAssignmentLocation')) else if ($module->isCurrentAction( 'RemoveAssignment')) else if ($http->hasPostVariable( 'EditButton')) else if ($http->hasPostVariable( 'PreviewPublishButton')) else if ($http->hasPostVariable( 'RemoveButton')) else if ($http->hasPostVariable( 'MoveButton')) else if ($http->hasPostVariable( 'UpdatePriorityButton')) else if ($http->hasPostVariable("ActionAddToBookmarks")) else if ($http->hasPostVariable("ActionAddToNotification")) else if ($http->hasPostVariable("ContentObjectID")) else if ($http->hasPostVariable( 'RedirectButton')) else if ($http->hasPostVariable( 'DestinationURL')) else if ($module->isCurrentAction( 'ClearViewCache') or $module->isCurrentAction( 'ClearViewCacheSubtree')) else if ($module->isCurrentAction( 'UploadFile')) else if (!isset($result)) $Result = array() |
Definition at line 1544 of file content/action.php.
| $Result['content'] = isset( $result ) ? $result : null |
Definition at line 1545 of file content/action.php.
| $userClassIDArray = eZUser::contentClassIDs() |
Definition at line 14 of file content/action.php.
Referenced by eZContentOperationCollection\addAssignment(), eZApproveType\execute(), eZContentOperationCollection\removeAssignment(), eZContentObjectTreeNode\removeSubtrees(), and eZContentOperationCollection\swapNode().