|
eZ Publish
[trunk]
|
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 17 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 135 of file ezsubtreesubscriptiontype.php.
Constructor
Definition at line 24 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 77 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 104 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 93 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::onPublish | ( | $ | attribute, |
| $ | contentObject, | ||
| $ | publishedNodes | ||
| ) |
Store content
Reimplemented from eZDataType.
Definition at line 35 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::serializeContentObjectAttribute | ( | $ | package, |
| $ | objectAttribute | ||
| ) |
| package | |
| objectAttribute | content attribute |
Reimplemented from eZDataType.
Definition at line 115 of file ezsubtreesubscriptiontype.php.
| eZSubtreeSubscriptionType::toString | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 98 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 128 of file ezsubtreesubscriptiontype.php.
| const eZSubtreeSubscriptionType::DATA_TYPE_STRING = "ezsubtreesubscription" |
Definition at line 19 of file ezsubtreesubscriptiontype.php.