|
eZ Publish
[4.2]
|
The class eZSubtreeSubscriptionType does. More...
Inheritance diagram for eZSubtreeSubscriptionType:
Collaboration diagram for eZSubtreeSubscriptionType:Public Member Functions | |
| diff ($old, $new, $options=false) | |
| eZSubtreeSubscriptionType () | |
| fetchObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| fromString ($contentObjectAttribute, $string) | |
| hasObjectAttributeContent ($contentObjectAttribute) | |
| onPublish ($attribute, $contentObject, $publishedNodes) | |
| serializeContentObjectAttribute ($package, $objectAttribute) | |
| toString ($contentObjectAttribute) | |
| unserializeContentObjectAttribute ($package, $objectAttribute, $attributeNode) | |
Public Attributes | |
| const | DATA_TYPE_STRING = "ezsubtreesubscription" |
The class eZSubtreeSubscriptionType does.
Definition at line 40 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::diff | ( | $ | old, |
| $ | new, | ||
| $ | options = false |
||
| ) |
Method used by content diff system to retrieve changes in attributes. This method implements the default behaviour, which is to show old and new version values of the object.
Reimplemented from eZDataType.
Definition at line 158 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::eZSubtreeSubscriptionType | ( | ) |
Constructor
Definition at line 47 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post var integer input and stores it in the data instance.
Reimplemented from eZDataType.
Definition at line 100 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 127 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 116 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::onPublish | ( | $ | attribute, |
| $ | contentObject, | ||
| $ | publishedNodes | ||
| ) |
Store content
Reimplemented from eZDataType.
Definition at line 58 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::serializeContentObjectAttribute | ( | $ | package, |
| $ | objectAttribute | ||
| ) |
| package | |
| objectAttribute | content attribute |
Reimplemented from eZDataType.
Definition at line 138 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::toString | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 121 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::unserializeContentObjectAttribute | ( | $ | package, |
| $ | objectAttribute, | ||
| $ | attributeNode | ||
| ) |
Unserialize contentobject attribute
| package | |
| objectAttribute | contentobject attribute object |
| attributeNode | ezdomnode object |
Reimplemented from eZDataType.
Definition at line 151 of file ezsubtreesubscriptiontype.php.
| const eZSubtreeSubscriptionType::DATA_TYPE_STRING = "ezsubtreesubscription" |
Definition at line 42 of file ezsubtreesubscriptiontype.php.