eZRangeOptionType Class Reference

The class eZRangeOptionType does. More...

Inheritance diagram for eZRangeOptionType:

eZDataType List of all members.

Public Methods

 eZRangeOptionType ()
 validateObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute)
 fetchObjectAttributeHTTPInput (&$http,$base,&$contentObjectAttribute)
 storeObjectAttribute (&$contentObjectAttribute)
objectAttributeContent (&$contentObjectAttribute)
serializeContentObjectAttribute ($objectAttribute)
 initializeObjectAttribute (&$contentObjectAttribute,$currentVersion,&$originalContentObjectAttribute)
 fetchClassAttributeHTTPInput (&$http,$base,&$classAttribute)

Detailed Description

The class eZRangeOptionType does.

Definition at line ezrangeoptiontype.php.


Constructor & Destructor Documentation

eZRangeOptionType::eZRangeOptionType  
 

Constructor

Definition at line ezrangeoptiontype.php.

References eZDataType::eZDataType().


Member Function Documentation

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

Reimplemented for internal reasons; the API is not affected.

Reimplemented from eZDataType.

Definition at line ezrangeoptiontype.php.

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

Fetches the HTTP input for the content object attribute.

Note:
Default implementation does nothing.

Reimplemented from eZDataType.

Definition at line ezrangeoptiontype.php.

eZRangeOptionType::initializeObjectAttribute &$    contentObjectAttribute,
  currentVersion,
&$    originalContentObjectAttribute
 

Sets the default value.

Reimplemented from eZDataType.

Definition at line ezrangeoptiontype.php.

& eZRangeOptionType::objectAttributeContent &$    contentObjectAttribute
 

Returns the content data for the given content object attribute.

Reimplemented from eZDataType.

Definition at line ezrangeoptiontype.php.

& eZRangeOptionType::serializeContentObjectAttribute   objectAttribute
 

Returns:
a DOM representation of the content object attribute

Definition at line ezrangeoptiontype.php.

References eZDOMDocument::createAttributeNode().

eZRangeOptionType::storeObjectAttribute &$    contentObjectAttribute
 

Stores the datatype data to the database which is related to the object attribute.

Returns:
True if the value was stored correctly.
Note:
The method is entirely up to the datatype, for instance it could reuse the available types in the the attribute or store in a separate object.
See also:
fetchObjectAttributeHTTPInput

Reimplemented from eZDataType.

Definition at line ezrangeoptiontype.php.

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

Validates the input for an object attribute and returns a validation state as defined in eZInputValidator.

Note:
Default implementation does nothing and returns accepted.

Reimplemented from eZDataType.

Definition at line ezrangeoptiontype.php.


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

Exponential