ezcontentclassgroup
Summary
Contains information about a class group.Persistent
Yes.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
id |
string |
Yes. |
The ID number of the class group. |
name |
string |
Yes. |
The name of the class group (for example "Media"). |
creator_id |
string |
Yes. |
The ID number of the object representing the user who created the class group. |
modifier_id |
string |
Yes. |
The ID number of the object representing the user who last modified the class group. |
created |
string |
Yes. |
A UNIX timestamp pinpointing the exact date/time when the class group was created. |
modified |
string |
Yes. |
A UNIX timestamp pinpointing the exact date/time when the class group was last modified. |
creator |
object |
No. |
The user who created the class group (as ezuser object). |
modifier |
object |
No. |
The user who last modified the class group (as ezuser object). |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (22/02/2005 8:44 am)
Svitlana Shatokhina (12/03/2007 10:33 am)
Comments
There are no comments.