|
eZ Publish
[trunk]
|
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 20 of file ezselectiontype.php.
| eZSelectionType::classAttributeContent | ( | $ | classAttribute | ) |
Returns the content data for the given content class attribute.
Reimplemented from eZDataType.
Definition at line 249 of file ezselectiontype.php.
Referenced by fetchClassAttributeHTTPInput(), fromString(), metaData(), title(), and toString().
Constructor
Definition at line 27 of file ezselectiontype.php.
| eZSelectionType::fetchClassAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | classAttribute | ||
| ) |
Fetches all variables inputed on content class level
Reimplemented from eZDataType.
Definition at line 47 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 212 of file ezselectiontype.php.
| eZSelectionType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches all variables from the object
Reimplemented from eZDataType.
Definition at line 175 of file ezselectiontype.php.
| eZSelectionType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 331 of file ezselectiontype.php.
| eZSelectionType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 374 of file ezselectiontype.php.
| eZSelectionType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 227 of file ezselectiontype.php.
Reimplemented from eZDataType.
Definition at line 392 of file ezselectiontype.php.
Reimplemented from eZDataType.
Definition at line 397 of file ezselectiontype.php.
| eZSelectionType::metaData | ( | $ | contentObjectAttribute | ) |
Returns the meta data used for storing search indeces.
Reimplemented from eZDataType.
Definition at line 282 of file ezselectiontype.php.
| eZSelectionType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
Returns the selected options by id.
Reimplemented from eZDataType.
Definition at line 240 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 402 of file ezselectiontype.php.
| eZSelectionType::sortKey | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 379 of file ezselectiontype.php.
Reimplemented from eZDataType.
Definition at line 384 of file ezselectiontype.php.
Reimplemented from eZDataType.
Definition at line 441 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 356 of file ezselectiontype.php.
| eZSelectionType::toString | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 308 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 421 of file ezselectiontype.php.
| eZSelectionType::validateClassAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates all variables given on content class level
Reimplemented from eZDataType.
Definition at line 38 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 187 of file ezselectiontype.php.
| eZSelectionType::validateObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates input on content object level
Reimplemented from eZDataType.
Definition at line 144 of file ezselectiontype.php.
| const eZSelectionType::DATA_TYPE_STRING = "ezselection" |
Definition at line 22 of file ezselectiontype.php.