eZApproveCollaborationHandler Class ReferenceHandles approval communication using the collaboration system.
More...
Inheritance diagram for eZApproveCollaborationHandler:
TODO — Image not available in archive
Title: eZApproveCollaborationHandler Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZApproveCollaborationHandler.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZApproveCollaborationHandler PHP class. Shows the inheritance hierarchy: which classes eZApproveCollaborationHandler extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZApproveCollaborationHandler.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZApproveCollaborationHandler.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
Handles approval communication using the collaboration system.
The handler uses the fields data_int1, data_int2 and data_int3 to store information on the contentobject and the approval status.
- data_int1 - The content object ID
- data_int2 - The content object version
- data_int3 - The status of the approval, see defines.
Definition at line 77 of file ezapprovecollaborationhandler.php.
Constructor & Destructor Documentation
| eZApproveCollaborationHandler::eZApproveCollaborationHandler |
( |
|
) |
|
|
Member Function Documentation
| eZApproveCollaborationHandler::activateApproval |
( |
$ |
approvalID |
) |
[static] |
|
| eZApproveCollaborationHandler::checkApproval |
( |
$ |
approvalID |
) |
[static] |
|
| eZApproveCollaborationHandler::content |
( |
&$ |
collaborationItem |
) |
|
|
| & eZApproveCollaborationHandler::contentObjectVersion |
( |
&$ |
collaborationItem |
) |
|
|
| eZApproveCollaborationHandler::createApproval |
( |
$ |
contentObjectID, |
|
|
$ |
contentObjectVersion, |
|
|
$ |
authorID, |
|
|
$ |
approverID |
|
) |
|
|
|
|
Creates a new approval collaboration item which will approve the content object $contentObjectID with version $contentObjectVersion. The item will be added to the author $authorID and the approver $approverID. - Returns:
-
the collaboration item.
Definition at line 197 of file ezapprovecollaborationhandler.php.
References contentObjectVersion(). |
| eZApproveCollaborationHandler::handleCustomAction |
( |
&$ |
module, |
|
|
&$ |
collaborationItem |
|
) |
|
|
| eZApproveCollaborationHandler::messageCount |
( |
&$ |
collaborationItem |
) |
|
|
| eZApproveCollaborationHandler::readItem |
( |
&$ |
collaborationItem |
) |
|
|
| eZApproveCollaborationHandler::title |
( |
&$ |
collaborationItem |
) |
|
|
| eZApproveCollaborationHandler::unreadMessageCount |
( |
&$ |
collaborationItem |
) |
|
|
The documentation for this class was generated from the following file:
|