|
eZ Publish
[trunk]
|
eZAuthorType handles multiple authors More...
Inheritance diagram for eZAuthorType:
Collaboration diagram for eZAuthorType:Public Member Functions | |
| customObjectAttributeHTTPAction ($http, $action, $contentObjectAttribute, $parameters) | |
| eZAuthorType () | |
| fetchObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| fromString ($contentObjectAttribute, $string) | |
| hasObjectAttributeContent ($contentObjectAttribute) | |
| initializeObjectAttribute ($contentObjectAttribute, $currentVersion, $originalContentObjectAttribute) | |
| isIndexable () | |
| metaData ($contentObjectAttribute) | |
| objectAttributeContent ($contentObjectAttribute) | |
| serializeContentObjectAttribute ($package, $objectAttribute) | |
| storeObjectAttribute ($contentObjectAttribute) | |
| supportsBatchInitializeObjectAttribute () | |
| title ($contentObjectAttribute, $name=null) | |
| toString ($contentObjectAttribute) | |
| unserializeContentObjectAttribute ($package, $objectAttribute, $attributeNode) | |
| validateObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
Public Attributes | |
| const | DATA_TYPE_STRING = "ezauthor" |
eZAuthorType handles multiple authors
Definition at line 18 of file ezauthortype.php.
| eZAuthorType::customObjectAttributeHTTPAction | ( | $ | http, |
| $ | action, | ||
| $ | objectAttribute, | ||
| $ | parameters | ||
| ) |
Executes a custom action for an object attribute which was defined on the web page.
Reimplemented from eZDataType.
Definition at line 220 of file ezauthortype.php.
Definition at line 22 of file ezauthortype.php.
| eZAuthorType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post var integer input and stores it in the data instance.
Reimplemented from eZDataType.
Definition at line 199 of file ezauthortype.php.
| eZAuthorType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 179 of file ezauthortype.php.
| eZAuthorType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 249 of file ezauthortype.php.
| eZAuthorType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 116 of file ezauthortype.php.
Reimplemented from eZDataType.
Definition at line 275 of file ezauthortype.php.
| eZAuthorType::metaData | ( | $ | contentObjectAttribute | ) |
Returns the meta data used for storing search indeces.
Reimplemented from eZDataType.
Definition at line 159 of file ezauthortype.php.
| eZAuthorType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
Returns the content.
Reimplemented from eZDataType.
Definition at line 128 of file ezauthortype.php.
| eZAuthorType::serializeContentObjectAttribute | ( | $ | package, |
| $ | objectAttribute | ||
| ) |
| package | |
| objectAttribute | content attribute |
Reimplemented from eZDataType.
Definition at line 280 of file ezauthortype.php.
| eZAuthorType::storeObjectAttribute | ( | $ | contentObjectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 301 of file ezauthortype.php.
| eZAuthorType::title | ( | $ | contentObjectAttribute, |
| $ | name = null |
||
| ) |
Returns the string value.
Reimplemented from eZDataType.
Definition at line 259 of file ezauthortype.php.
| eZAuthorType::toString | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 168 of file ezauthortype.php.
| eZAuthorType::unserializeContentObjectAttribute | ( | $ | package, |
| $ | objectAttribute, | ||
| $ | attributeNode | ||
| ) |
Unserialize contentobject attribute
| package | |
| objectAttribute | contentobject attribute object |
| attributeNode | ezdomnode object |
Reimplemented from eZDataType.
Definition at line 294 of file ezauthortype.php.
| eZAuthorType::validateObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates the input and returns true if the input was valid for this datatype.
Reimplemented from eZDataType.
Definition at line 32 of file ezauthortype.php.
| const eZAuthorType::DATA_TYPE_STRING = "ezauthor" |
Definition at line 20 of file ezauthortype.php.