function attributes()
 {
     return array_merge(parent::attributes(), $this->eventType()->typeFunctionalAttributes());
 }
Example #2
0
 function attributes()
 {
     return array_merge(eZPersistentObject::attributes(), $this->eventType()->typeFunctionalAttributes());
 }
Example #3
0
 function attributes()
 {
     $attributes = parent::attributes();
     $attributes[] = 'contentobjectattribute_id';
     return $attributes;
 }