|
eZ Publish
[4.2]
|
Stores product category. More...
Inheritance diagram for eZProductCategoryType:
Collaboration diagram for eZProductCategoryType:Public Member Functions | |
| batchInitializeObjectAttributeData ($classAttribute) | |
| diff ($old, $new, $options=null) | |
| eZProductCategoryType () | |
| fetchCollectionAttributeHTTPInput ($collection, $collectionAttribute, $http, $base, $contentObjectAttribute) | |
| fetchObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
| fromString ($contentObjectAttribute, $string) | |
| hasObjectAttributeContent ($contentObjectAttribute) | |
| initializeObjectAttribute ($contentObjectAttribute, $currentVersion, $originalContentObjectAttribute) | |
| isIndexable () | |
| isInformationCollector () | |
| metaData ($contentObjectAttribute) | |
| objectAttributeContent ($contentObjectAttribute) | |
| sortKey ($contentObjectAttribute) | |
| sortKeyType () | |
| supportsBatchInitializeObjectAttribute () | |
| title ($contentObjectAttribute, $name=null) | |
| toString ($contentObjectAttribute) | |
| validateObjectAttributeHTTPInput ($http, $base, $contentObjectAttribute) | |
Public Attributes | |
| const | DATA_TYPE_STRING = "ezproductcategory" |
Stores product category.
Definition at line 38 of file ezproductcategorytype.php.
| eZProductCategoryType::batchInitializeObjectAttributeData | ( | $ | classAttribute | ) |
Reimplemented from eZDataType.
Definition at line 226 of file ezproductcategorytype.php.
| eZProductCategoryType::diff | ( | $ | old, |
| $ | new, | ||
| $ | options = null |
||
| ) |
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 216 of file ezproductcategorytype.php.
| eZProductCategoryType::eZProductCategoryType | ( | ) |
Definition at line 42 of file ezproductcategorytype.php.
| eZProductCategoryType::fetchCollectionAttributeHTTPInput | ( | $ | collection, |
| $ | collectionAttribute, | ||
| $ | http, | ||
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post variable for collected information
Reimplemented from eZDataType.
Definition at line 110 of file ezproductcategorytype.php.
| eZProductCategoryType::fetchObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Fetches the http post var and stores it in the data instance.
Reimplemented from eZDataType.
Definition at line 90 of file ezproductcategorytype.php.
| eZProductCategoryType::fromString | ( | $ | contentObjectAttribute, |
| $ | string | ||
| ) |
Reimplemented from eZDataType.
Definition at line 178 of file ezproductcategorytype.php.
| eZProductCategoryType::hasObjectAttributeContent | ( | $ | contentObjectAttribute | ) |
true if the datatype finds any content in the attribute $contentObjectAttribute. Reimplemented from eZDataType.
Definition at line 161 of file ezproductcategorytype.php.
| eZProductCategoryType::initializeObjectAttribute | ( | $ | contentObjectAttribute, |
| $ | currentVersion, | ||
| $ | originalContentObjectAttribute | ||
| ) |
Sets the default value.
Reimplemented from eZDataType.
Definition at line 52 of file ezproductcategorytype.php.
| eZProductCategoryType::isIndexable | ( | ) |
Reimplemented from eZDataType.
Definition at line 132 of file ezproductcategorytype.php.
| eZProductCategoryType::isInformationCollector | ( | ) |
Reimplemented from eZDataType.
Definition at line 137 of file ezproductcategorytype.php.
| eZProductCategoryType::metaData | ( | $ | contentObjectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 127 of file ezproductcategorytype.php.
| eZProductCategoryType::objectAttributeContent | ( | $ | contentObjectAttribute | ) |
Returns the content.
Reimplemented from eZDataType.
Definition at line 155 of file ezproductcategorytype.php.
Referenced by hasObjectAttributeContent().
| eZProductCategoryType::sortKey | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 142 of file ezproductcategorytype.php.
| eZProductCategoryType::sortKeyType | ( | ) |
Reimplemented from eZDataType.
Definition at line 147 of file ezproductcategorytype.php.
| eZProductCategoryType::supportsBatchInitializeObjectAttribute | ( | ) |
Reimplemented from eZDataType.
Definition at line 221 of file ezproductcategorytype.php.
| eZProductCategoryType::title | ( | $ | contentObjectAttribute, |
| $ | name = null |
||
| ) |
Returns the integer value.
Reimplemented from eZDataType.
Definition at line 209 of file ezproductcategorytype.php.
| eZProductCategoryType::toString | ( | $ | objectAttribute | ) |
Reimplemented from eZDataType.
Definition at line 167 of file ezproductcategorytype.php.
| eZProductCategoryType::validateObjectAttributeHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) |
Validates the http post var.
Reimplemented from eZDataType.
Definition at line 69 of file ezproductcategorytype.php.
| const eZProductCategoryType::DATA_TYPE_STRING = "ezproductcategory" |
Definition at line 40 of file ezproductcategorytype.php.