|
eZ Publish
[trunk]
|
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 18 of file ezemailtype.php.
Definition at line 22 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 142 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 97 of file ezemailtype.php.
| eZEmailType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 190 of file ezemailtype.php.
| eZEmailType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 203 of file ezemailtype.php.
| eZEmailType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 32 of file ezemailtype.php.
Reimplemented from eZDataType.
Definition at line 168 of file ezemailtype.php.
Reimplemented from eZDataType.
Definition at line 208 of file ezemailtype.php.
| eZEmailType::metaData | ( | $ | contentObjectAttribute | ) |
Returns the meta data used for storing search indeces.
Reimplemented from eZDataType.
Definition at line 176 of file ezemailtype.php.
| eZEmailType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
| eZEmailType::sortKey | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 213 of file ezemailtype.php.
Reimplemented from eZDataType.
Definition at line 218 of file ezemailtype.php.
| eZEmailType::storeObjectAttribute | ( | $ | attribute | ) |
Reimplemented from eZDataType.
Definition at line 223 of file ezemailtype.php.
| eZEmailType::title | ( | $ | contentObjectAttribute, |
| $ | name = null |
||
| ) |
| eZEmailType::toString | ( | $ | contentObjectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 185 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 108 of file ezemailtype.php.
| eZEmailType::validateEMailHTTPInput | ( | $ | email, |
| $ | contentObjectAttribute | ||
| ) |
Definition at line 44 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 59 of file ezemailtype.php.
| const eZEmailType::DATA_TYPE_STRING = "ezemail" |
Definition at line 20 of file ezemailtype.php.