|
eZ Publish
[4.2]
|
Stores an email address. More...
Inheritance diagram for eZEmailType:
Collaboration diagram for eZEmailType:Public Member Functions | |
| eZEmailType () | |
| 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) | |
| sortKey ($contentObjectAttribute) | |
| sortKeyType () | |
| storeObjectAttribute ($attribute) | |
| supportsBatchInitializeObjectAttribute () | |
| title ($contentObjectAttribute, $name=null) | |
| toString ($contentObjectAttribute) | |
| validateCollectionAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| validateEMailHTTPInput ($email, $contentObjectAttribute) | |
| validateObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
Public Attributes | |
| const | DATA_TYPE_STRING = "ezemail" |
Stores an email address.
Definition at line 37 of file ezemailtype.php.
| eZEmailType::eZEmailType | ( | ) |
Definition at line 41 of file ezemailtype.php.
| eZEmailType::fetchCollectionAttributeHTTPInput | ( | $ | collection, |
| $ | collectionAttribute, | ||
| $ | http, | ||
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post variables for collected information
Reimplemented from eZDataType.
Definition at line 161 of file ezemailtype.php.
| eZEmailType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post var string input and stores it in the data instance.
Reimplemented from eZDataType.
Definition at line 116 of file ezemailtype.php.
| eZEmailType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 209 of file ezemailtype.php.
| eZEmailType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 222 of file ezemailtype.php.
| eZEmailType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 51 of file ezemailtype.php.
| eZEmailType::isIndexable | ( | ) |
Reimplemented from eZDataType.
Definition at line 187 of file ezemailtype.php.
| eZEmailType::isInformationCollector | ( | ) |
Reimplemented from eZDataType.
Definition at line 227 of file ezemailtype.php.
| eZEmailType::metaData | ( | $ | contentObjectAttribute | ) |
Returns the meta data used for storing search indeces.
Reimplemented from eZDataType.
Definition at line 195 of file ezemailtype.php.
| eZEmailType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
| eZEmailType::sortKey | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 232 of file ezemailtype.php.
| eZEmailType::sortKeyType | ( | ) |
Reimplemented from eZDataType.
Definition at line 237 of file ezemailtype.php.
| eZEmailType::storeObjectAttribute | ( | $ | attribute | ) |
| eZEmailType::supportsBatchInitializeObjectAttribute | ( | ) |
Reimplemented from eZDataType.
Definition at line 242 of file ezemailtype.php.
| eZEmailType::title | ( | $ | contentObjectAttribute, |
| $ | name = null |
||
| ) |
| eZEmailType::toString | ( | $ | contentObjectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 204 of file ezemailtype.php.
| eZEmailType::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 127 of file ezemailtype.php.
| eZEmailType::validateEMailHTTPInput | ( | $ | email, |
| $ | contentObjectAttribute | ||
| ) |
Definition at line 63 of file ezemailtype.php.
Referenced by validateCollectionAttributeHTTPInput(), and validateObjectAttributeHTTPInput().
| eZEmailType::validateObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates the input and returns true if the input was valid for this datatype.
Reimplemented from eZDataType.
Definition at line 78 of file ezemailtype.php.
| const eZEmailType::DATA_TYPE_STRING = "ezemail" |
Definition at line 39 of file ezemailtype.php.