ibexa

Path

ez publish / technical manual / 3.9 / reference / objects / ezinformationcollectionattr...


Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

ezinformationcollectionattribute

Summary

Contains information about an attribute of a collection.

Persistent

Yes.

Attributes

Attribute

Type

Static*

Description

id

string

Yes.

The ID number of the information collection attribute.

informationcollection_id

string

Yes.

The ID number of the information collection itself.

contentclass_attribute_id

string

Yes.

The ID number of the class attribute.

contentobject_attribute_id

string

Yes.

The ID number of the object attribute.

contentobject_id

string

Yes.

The ID number of the object.

data_text

string

Yes.

Collected text.

data_int

string

Yes.

Collected integer.

data_float

string

Yes.

Collected float.

contentclass_attribute_name

string

No.

The name of the attribute that collected the information.

contentclass_attribute

object

No.

The class attribute (as an ezcontentclassattribute object).

contentobject_attribute

object

No.

The object attribute (as an ezcontentobjectattribute object).

contentobject

object

No.

The content object (as an ezcontentobject object).

result_template

string

No.

The name of the result template (for example "ezstring").

has_content

boolean

No.

Returns TRUE if the attribute is not empty, FALSE otherwise.

content

string

No.

The actual content of the attribute.

class_content

any

No.

The content of the class attribute which the collection attribute is made from.

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

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

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

Balazs Halasy, Svitlana Shatokhina


Comments

There are no comments.