示例#1
0
 function deleteStoredObjectAttribute($contentObjectAttribute, $version = null)
 {
     $contentObjectAttributeID = $contentObjectAttribute->attribute('id');
     eZEnumObjectValue::removeAllElements($contentObjectAttributeID, $version);
 }
示例#2
0
 static function removeObjectEnumerations($contentObjectAttributeID, $contentObjectAttributeVersion)
 {
     eZEnumObjectValue::removeAllElements($contentObjectAttributeID, $contentObjectAttributeVersion);
 }