|
eZ Publish
[trunk]
|
The class eZCollaborationItemGroupLink does. More...
Inheritance diagram for eZCollaborationItemGroupLink:
Collaboration diagram for eZCollaborationItemGroupLink:Public Member Functions | |
| collaborationGroup () | |
| collaborationItem () | |
| eZCollaborationItemGroupLink ($row) | |
| fetch ($collaborationID, $groupID, $userID=false, $asObject=true) | |
| fetchList ($collaborationID, $userID=false, $asObject=true) | |
| user () | |
Static Public Member Functions | |
| static | addItem ($groupID, $collaborationID, $userID) |
| static | create ($collaborationID, $groupID, $userID) |
| static | definition () |
| Returns the definition for the object, the default implementation is to return an empty array. | |
Public Attributes | |
| $CollaborationID | |
| $Created | |
| $GroupID | |
| $Modified | |
| $UserID | |
The class eZCollaborationItemGroupLink does.
Definition at line 17 of file ezcollaborationitemgrouplink.php.
| static eZCollaborationItemGroupLink::addItem | ( | $ | groupID, |
| $ | collaborationID, | ||
| $ | userID | ||
| ) | [static] |
Definition at line 94 of file ezcollaborationitemgrouplink.php.
Referenced by eZApproveCollaborationHandler\createApproval().
Definition at line 150 of file ezcollaborationitemgrouplink.php.
Definition at line 141 of file ezcollaborationitemgrouplink.php.
| static eZCollaborationItemGroupLink::create | ( | $ | collaborationID, |
| $ | groupID, | ||
| $ | userID | ||
| ) | [static] |
Definition at line 79 of file ezcollaborationitemgrouplink.php.
Referenced by addItem().
| static eZCollaborationItemGroupLink::definition | ( | ) | [static] |
Returns the definition for the object, the default implementation is to return an empty array.
It's upto each inheriting class to return a proper definition array.
The definition array is an associative array consists of these keys:
Example: public static function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZPersistentObject.
Definition at line 27 of file ezcollaborationitemgrouplink.php.
Referenced by fetch(), and fetchList().
| eZCollaborationItemGroupLink::fetch | ( | $ | collaborationID, |
| $ | groupID, | ||
| $ | userID = false, |
||
| $ | asObject = true |
||
| ) |
Definition at line 108 of file ezcollaborationitemgrouplink.php.
Referenced by collaborationGroup(), collaborationItem(), and user().
| eZCollaborationItemGroupLink::fetchList | ( | $ | collaborationID, |
| $ | userID = false, |
||
| $ | asObject = true |
||
| ) |
Definition at line 120 of file ezcollaborationitemgrouplink.php.
Definition at line 132 of file ezcollaborationitemgrouplink.php.
| eZCollaborationItemGroupLink::$CollaborationID |
Definition at line 161 of file ezcollaborationitemgrouplink.php.
| eZCollaborationItemGroupLink::$Created |
Definition at line 164 of file ezcollaborationitemgrouplink.php.
| eZCollaborationItemGroupLink::$GroupID |
Definition at line 162 of file ezcollaborationitemgrouplink.php.
| eZCollaborationItemGroupLink::$Modified |
Definition at line 165 of file ezcollaborationitemgrouplink.php.
| eZCollaborationItemGroupLink::$UserID |
Definition at line 163 of file ezcollaborationitemgrouplink.php.