Path

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


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.

ezinformationcollection

Summary

Contains information about a block of collected information.

Persistent

Yes.

Attributes

Attribute

Type

Static*

Description

id

string

Yes.

The ID number of the information collection.

contentobject_id

string

Yes.

The ID number of the object that collected the information.

user_identifier

string

Yes.

An unique identifier of the user that submitted the information (an MD5 hash of the user's ID number for registered users; session identifier for anonymous users).

creator_id

string

Yes.

The ID number of the object representing the user who submitted the information (for example, 14).

created

string

Yes.

A UNIX timestamp revealing the exact date/time when the information was collected.

modified

string

Yes.

A UNIX timestamp revealing the exact date/time when the collection was last modified.

attributes

array

No.

An array of the collection attributes (as ezinformationcollectionattribute objects).

data_map

array

No.

A hash containing the attributes (as ezinformationcollectionattribute objects) that the collection consists of. The keys of the hash are the identifiers of the attributes.

object

object

No.

The actual object that collected the information (as an ezcontentobject object).

creator

object

No.

The user who submitted the information (as ezuser object).

* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.

Balazs Halasy (23/02/2005 9:15 pm)

Svitlana Shatokhina (12/03/2007 10:50 am)

Balazs Halasy, Svitlana Shatokhina


Comments

There are no comments.