|
eZ Publish
[4.2]
|
Inheritance diagram for eZSelectionType:
Collaboration diagram for eZSelectionType:Public Member Functions | |
| classAttributeContent ($classAttribute) | |
| eZSelectionType () | |
| fetchClassAttributeHTTPInput ($http, $base, $classAttribute) | |
| fetchCollectionAttributeHTTPInput ($collection, $collectionAttribute, $http, $base, $contentObjectAttribute) | |
| fetchObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| fromString ($contentObjectAttribute, $string) | |
| hasObjectAttributeContent ($contentObjectAttribute) | |
| initializeObjectAttribute ($contentObjectAttribute, $currentVersion, $originalContentObjectAttribute) | |
| isIndexable () | |
| isInformationCollector () | |
| metaData ($contentObjectAttribute) | |
| objectAttributeContent ($contentObjectAttribute) | |
| serializeContentClassAttribute ($classAttribute, $attributeNode, $attributeParametersNode) | |
| sortKey ($contentObjectAttribute) | |
| sortKeyType () | |
| supportsBatchInitializeObjectAttribute () | |
| title ($contentObjectAttribute, $name=null) | |
| toString ($contentObjectAttribute) | |
| unserializeContentClassAttribute ($classAttribute, $attributeNode, $attributeParametersNode) | |
| validateClassAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| validateCollectionAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| validateObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
Public Attributes | |
| const | DATA_TYPE_STRING = "ezselection" |
Definition at line 40 of file ezselectiontype.php.
| eZSelectionType::classAttributeContent | ( | $ | classAttribute | ) |
Returns the content data for the given content class attribute.
Reimplemented from eZDataType.
Definition at line 269 of file ezselectiontype.php.
Referenced by fetchClassAttributeHTTPInput(), fromString(), metaData(), title(), and toString().
| eZSelectionType::eZSelectionType | ( | ) |
Constructor
Definition at line 47 of file ezselectiontype.php.
| eZSelectionType::fetchClassAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | classAttribute | ||
| ) |
Fetches all variables inputed on content class level
Reimplemented from eZDataType.
Definition at line 67 of file ezselectiontype.php.
| eZSelectionType::fetchCollectionAttributeHTTPInput | ( | $ | collection, |
| $ | collectionAttribute, | ||
| $ | http, | ||
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post variables for collected information
Reimplemented from eZDataType.
Definition at line 232 of file ezselectiontype.php.
| eZSelectionType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches all variables from the object
Reimplemented from eZDataType.
Definition at line 195 of file ezselectiontype.php.
| eZSelectionType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 351 of file ezselectiontype.php.
| eZSelectionType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 394 of file ezselectiontype.php.
| eZSelectionType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 247 of file ezselectiontype.php.
| eZSelectionType::isIndexable | ( | ) |
Reimplemented from eZDataType.
Definition at line 412 of file ezselectiontype.php.
| eZSelectionType::isInformationCollector | ( | ) |
Reimplemented from eZDataType.
Definition at line 417 of file ezselectiontype.php.
| eZSelectionType::metaData | ( | $ | contentObjectAttribute | ) |
Returns the meta data used for storing search indeces.
Reimplemented from eZDataType.
Definition at line 302 of file ezselectiontype.php.
| eZSelectionType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
Returns the selected options by id.
Reimplemented from eZDataType.
Definition at line 260 of file ezselectiontype.php.
Referenced by metaData(), title(), and toString().
| eZSelectionType::serializeContentClassAttribute | ( | $ | classAttribute, |
| $ | attributeNode, | ||
| $ | attributeParametersNode | ||
| ) |
Adds the necessary dom structure to the attribute parameters.
Reimplemented from eZDataType.
Definition at line 422 of file ezselectiontype.php.
| eZSelectionType::sortKey | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 399 of file ezselectiontype.php.
| eZSelectionType::sortKeyType | ( | ) |
Reimplemented from eZDataType.
Definition at line 404 of file ezselectiontype.php.
| eZSelectionType::supportsBatchInitializeObjectAttribute | ( | ) |
Reimplemented from eZDataType.
Definition at line 461 of file ezselectiontype.php.
| eZSelectionType::title | ( | $ | contentObjectAttribute, |
| $ | name = null |
||
| ) |
Returns the value as it will be shown if this attribute is used in the object name pattern.
Reimplemented from eZDataType.
Definition at line 376 of file ezselectiontype.php.
| eZSelectionType::toString | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 328 of file ezselectiontype.php.
| eZSelectionType::unserializeContentClassAttribute | ( | $ | classAttribute, |
| $ | attributeNode, | ||
| $ | attributeParametersNode | ||
| ) |
Extracts values from the attribute parameters and sets it in the class attribute.
Reimplemented from eZDataType.
Definition at line 441 of file ezselectiontype.php.
| eZSelectionType::validateClassAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates all variables given on content class level
Reimplemented from eZDataType.
Definition at line 58 of file ezselectiontype.php.
| eZSelectionType::validateCollectionAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | objectAttribute | ||
| ) |
Validates the input for an object attribute and returns a validation state as defined in eZInputValidator.
Reimplemented from eZDataType.
Definition at line 207 of file ezselectiontype.php.
| eZSelectionType::validateObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates input on content object level
Reimplemented from eZDataType.
Definition at line 164 of file ezselectiontype.php.
| const eZSelectionType::DATA_TYPE_STRING = "ezselection" |
Definition at line 42 of file ezselectiontype.php.