Path

ezpublish / documentation / ez publish / technical manual / 4.x / reference / objects / ezcontentclassgroup


Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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)

Balazs Halasy, Svitlana Shatokhina


Comments

There are no comments.