|
eZ Publish
[4.2]
|
The class eZCollaborationGroup does. More...
Inheritance diagram for eZCollaborationGroup:
Collaboration diagram for eZCollaborationGroup:Public Member Functions | |
| addChild ($group, $store=true) | |
| eZCollaborationGroup ($row) | |
| itemCount ($parameters=array()) | |
| itemList ($parameters=array()) | |
| parentGroup () | |
| user () | |
Static Public Member Functions | |
| static | create ($userID, $title, $pathString= '', $depth=0, $parentGroupID=0, $isOpen=true) |
| static | definition () |
| static | fetch ($id, $userID=false, $asObject=true) |
| static | instantiate ($userID, $title, $parentGroupID=0, $isOpen=true) |
| static | subTree ($parameters=array()) |
Public Attributes | |
| $Created | |
| $ID | |
| $Modified | |
| $ParentGroupID | |
| $Title | |
| $UserID | |
The class eZCollaborationGroup does.
Definition at line 40 of file ezcollaborationgroup.php.
| eZCollaborationGroup::addChild | ( | $ | group, |
| $ | store = true |
||
| ) |
Definition at line 109 of file ezcollaborationgroup.php.
| static eZCollaborationGroup::create | ( | $ | userID, |
| $ | title, | ||
| $ | pathString = '', |
||
| $ | depth = 0, |
||
| $ | parentGroupID = 0, |
||
| $ | isOpen = true |
||
| ) | [static] |
Definition at line 155 of file ezcollaborationgroup.php.
Referenced by instantiate().
| static eZCollaborationGroup::definition | ( | ) | [static] |
The definition array is an associative array consists of these keys:
asc or desc.Example:
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 50 of file ezcollaborationgroup.php.
Referenced by fetch().
| eZCollaborationGroup::eZCollaborationGroup | ( | $ | row | ) |
| static eZCollaborationGroup::fetch | ( | $ | id, |
| $ | userID = false, |
||
| $ | asObject = true |
||
| ) | [static] |
Definition at line 171 of file ezcollaborationgroup.php.
Referenced by instantiate(), parentGroup(), subTree(), and user().
| static eZCollaborationGroup::instantiate | ( | $ | userID, |
| $ | title, | ||
| $ | parentGroupID = 0, |
||
| $ | isOpen = true |
||
| ) | [static] |
Definition at line 128 of file ezcollaborationgroup.php.
Referenced by eZCollaborationProfile\instance().
| eZCollaborationGroup::itemCount | ( | $ | parameters = array() | ) |
Definition at line 313 of file ezcollaborationgroup.php.
| eZCollaborationGroup::itemList | ( | $ | parameters = array() | ) |
Definition at line 185 of file ezcollaborationgroup.php.
| eZCollaborationGroup::parentGroup | ( | ) |
Definition at line 342 of file ezcollaborationgroup.php.
| static eZCollaborationGroup::subTree | ( | $ | parameters = array() | ) | [static] |
Definition at line 191 of file ezcollaborationgroup.php.
| eZCollaborationGroup::user | ( | ) |
Definition at line 333 of file ezcollaborationgroup.php.
| eZCollaborationGroup::$Created |
Definition at line 356 of file ezcollaborationgroup.php.
| eZCollaborationGroup::$ID |
Definition at line 352 of file ezcollaborationgroup.php.
| eZCollaborationGroup::$Modified |
Definition at line 357 of file ezcollaborationgroup.php.
| eZCollaborationGroup::$ParentGroupID |
Definition at line 353 of file ezcollaborationgroup.php.
| eZCollaborationGroup::$Title |
Definition at line 355 of file ezcollaborationgroup.php.
| eZCollaborationGroup::$UserID |
Definition at line 354 of file ezcollaborationgroup.php.