|
eZ Publish
[trunk]
|
Stores a boolean value. More...
Inheritance diagram for eZBooleanType:
Collaboration diagram for eZBooleanType:Public Member Functions | |
| batchInitializeObjectAttributeData ($classAttribute) | |
| eZBooleanType () | |
| 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 () | |
| storeObjectAttribute ($attribute) | |
| supportsBatchInitializeObjectAttribute () | |
| title ($contentObjectAttribute, $name=null) | |
| toString ($contentObjectAttribute) | |
| unserializeContentClassAttribute ($classAttribute, $attributeNode, $attributeParametersNode) | |
| validateCollectionAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| validateObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
Public Attributes | |
| const | DATA_TYPE_STRING = "ezboolean" |
Stores a boolean value.
Definition at line 18 of file ezbooleantype.php.
| eZBooleanType::batchInitializeObjectAttributeData | ( | $ | classAttribute | ) |
Reimplemented from eZDataType.
Definition at line 240 of file ezbooleantype.php.
Definition at line 22 of file ezbooleantype.php.
| eZBooleanType::fetchClassAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | classAttribute | ||
| ) |
Fetches the HTTP input for the content class attribute.
Reimplemented from eZDataType.
Definition at line 141 of file ezbooleantype.php.
| eZBooleanType::fetchCollectionAttributeHTTPInput | ( | $ | collection, |
| $ | collectionAttribute, | ||
| $ | http, | ||
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post variables for collected information
Reimplemented from eZDataType.
Definition at line 123 of file ezbooleantype.php.
| eZBooleanType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post var boolean input and stores it in the data instance.
Reimplemented from eZDataType.
Definition at line 102 of file ezbooleantype.php.
| eZBooleanType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 173 of file ezbooleantype.php.
| eZBooleanType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 214 of file ezbooleantype.php.
| eZBooleanType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 40 of file ezbooleantype.php.
Reimplemented from eZDataType.
Definition at line 178 of file ezbooleantype.php.
Reimplemented from eZDataType.
Definition at line 183 of file ezbooleantype.php.
| eZBooleanType::metaData | ( | $ | contentObjectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 160 of file ezbooleantype.php.
| eZBooleanType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
Returns the content.
Reimplemented from eZDataType.
Definition at line 201 of file ezbooleantype.php.
| eZBooleanType::serializeContentClassAttribute | ( | $ | classAttribute, |
| $ | attributeNode, | ||
| $ | attributeParametersNode | ||
| ) |
Adds the necessary dom structure to the attribute parameters.
Reimplemented from eZDataType.
Definition at line 219 of file ezbooleantype.php.
| eZBooleanType::sortKey | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 188 of file ezbooleantype.php.
Reimplemented from eZDataType.
Definition at line 193 of file ezbooleantype.php.
| eZBooleanType::storeObjectAttribute | ( | $ | attribute | ) |
Reimplemented from eZDataType.
Definition at line 235 of file ezbooleantype.php.
| eZBooleanType::title | ( | $ | contentObjectAttribute, |
| $ | name = null |
||
| ) |
Returns the integer value.
Reimplemented from eZDataType.
Definition at line 209 of file ezbooleantype.php.
| eZBooleanType::toString | ( | $ | contentObjectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 168 of file ezbooleantype.php.
| eZBooleanType::unserializeContentClassAttribute | ( | $ | classAttribute, |
| $ | attributeNode, | ||
| $ | attributeParametersNode | ||
| ) |
Extracts values from the attribute parameters and sets it in the class attribute.
Reimplemented from eZDataType.
Definition at line 228 of file ezbooleantype.php.
| eZBooleanType::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 80 of file ezbooleantype.php.
| eZBooleanType::validateObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates the http post var boolean input.
Reimplemented from eZDataType.
Definition at line 58 of file ezbooleantype.php.
| const eZBooleanType::DATA_TYPE_STRING = "ezboolean" |
Definition at line 20 of file ezbooleantype.php.