eZ Publish  [trunk]
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 17 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 135 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.

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

Reimplemented from eZDataType.

Definition at line 115 of file ezsubtreesubscriptiontype.php.

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

Reimplemented from eZDataType.

Definition at line 98 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 128 of file ezsubtreesubscriptiontype.php.


Member Data Documentation

const eZSubtreeSubscriptionType::DATA_TYPE_STRING = "ezsubtreesubscription"

Definition at line 19 of file ezsubtreesubscriptiontype.php.


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