eZObjectRelationType Class Reference
[Kernel system]

A content datatype which handles object relations. More...

Inheritance diagram for eZObjectRelationType:

eZDataType List of all members.

Public Methods

 eZObjectRelationType ()
 validateObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute)
 fetchObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute)
 storeObjectAttribute (&$attribute)
 validateClassAttributeHTTPInput (&$http,$base,&$classAttribute)
 fixupClassAttributeHTTPInput (&$http,$base,&$classAttribute)
 fetchClassAttributeHTTPInput (&$http,$base,&$classAttribute)
objectAttributeContent (&$contentObjectAttribute)
 metaData ($contentObjectAttribute)
 title (&$contentObjectAttribute)

Detailed Description

A content datatype which handles object relations.

Definition at line ezobjectrelationtype.php.


Constructor & Destructor Documentation

eZObjectRelationType::eZObjectRelationType  
 

Initializes with a string id and a description.

Definition at line ezobjectrelationtype.php.

References eZDataType::eZDataType().


Member Function Documentation

eZObjectRelationType::fetchClassAttributeHTTPInput &$    http,
  base,
&$    classAttribute
 

Reimplemented for internal reasons; the API is not affected.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.

eZObjectRelationType::fetchObjectAttributeHTTPInput &$    http,
  base,
&$    contentObjectAttribute
 

Fetches the http post var string input and stores it in the data instance.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.

eZObjectRelationType::fixupClassAttributeHTTPInput &$    http,
  base,
&$    classAttribute
 

Reimplemented for internal reasons; the API is not affected.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.

eZObjectRelationType::metaData   contentObjectAttribute
 

Returns the meta data used for storing search indeces.

Definition at line ezobjectrelationtype.php.

& eZObjectRelationType::objectAttributeContent &$    contentObjectAttribute
 

Returns the content.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.

Referenced by title().

eZObjectRelationType::storeObjectAttribute &$    attribute
 

Does nothing since it uses the data_text field in the content object attribute. See fetchObjectAttributeHTTPInput for the actual storing.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.

References eZDataType::attribute().

eZObjectRelationType::title &$    contentObjectAttribute
 

Returns the content of the string for use as a title

Definition at line ezobjectrelationtype.php.

References objectAttributeContent().

eZObjectRelationType::validateClassAttributeHTTPInput &$    http,
  base,
&$    classAttribute
 

Reimplemented for internal reasons; the API is not affected.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.

eZObjectRelationType::validateObjectAttributeHTTPInput &$    http,
  base,
&$    contentObjectAttribute
 

Validates the input and returns true if the input was valid for this datatype.

Reimplemented from eZDataType.

Definition at line ezobjectrelationtype.php.


The documentation for this class was generated from the following file:  

Exponential