eZ Publish  [4.2]
eZSubtreeSubscriptionType Class Reference

The class eZSubtreeSubscriptionType does. More...

+ Inheritance diagram for eZSubtreeSubscriptionType:
+ Collaboration diagram for eZSubtreeSubscriptionType:

List of all members.

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"

Detailed Description

The class eZSubtreeSubscriptionType does.

Definition at line 40 of file ezsubtreesubscriptiontype.php.


Member Function Documentation

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)
Returns:
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 
)
Parameters:
package
objectAttributecontent attribute
Returns:
a DOM representation of the content object attribute

Reimplemented from eZDataType.

Definition at line 138 of file ezsubtreesubscriptiontype.php.

eZSubtreeSubscriptionType::toString ( objectAttribute)
Returns:
string representation of an contentobjectattribute data for simplified export

Reimplemented from eZDataType.

Definition at line 121 of file ezsubtreesubscriptiontype.php.

eZSubtreeSubscriptionType::unserializeContentObjectAttribute ( package,
objectAttribute,
attributeNode 
)

Unserialize contentobject attribute

Parameters:
package
objectAttributecontentobject attribute object
attributeNodeezdomnode object

Reimplemented from eZDataType.

Definition at line 151 of file ezsubtreesubscriptiontype.php.


Member Data Documentation

const eZSubtreeSubscriptionType::DATA_TYPE_STRING = "ezsubtreesubscription"

Definition at line 42 of file ezsubtreesubscriptiontype.php.


The documentation for this class was generated from the following file: