eZRangeOptionType Class ReferenceThe class eZRangeOptionType does.
More...
Inheritance diagram for eZRangeOptionType:
List of all members.
Detailed Description
The class eZRangeOptionType does.
Definition at line ezrangeoptiontype.php.
Constructor & Destructor Documentation
| eZRangeOptionType::eZRangeOptionType |
( |
|
) |
|
|
Member Function Documentation
| eZRangeOptionType::fetchClassAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
classAttribute |
|
) |
|
|
| 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 |
|
) |
|
|
| & eZRangeOptionType::objectAttributeContent |
( |
&$ |
contentObjectAttribute |
) |
|
|
| & eZRangeOptionType::serializeContentObjectAttribute |
( |
$ |
objectAttribute |
) |
|
|
| 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:
|