Ejemplo n.º 1
0
 protected function _applyEditedAttributeValue($type, $config, $params, $entity, $value)
 {
     parent::_applyEditedAttributeValue($type, $config, $params, $entity, $value);
     $entity->validate();
     // @todo catch exceptions and format them ? (not yet done in core)
     return $this;
 }
Ejemplo n.º 2
0
 protected function _applyEditedAttributeValue($type, $config, $params, $entity, $value)
 {
     parent::_applyEditedAttributeValue($type, $config, $params, $entity, $value);
     $entity->validate();
     // TODO catch exceptions and format them ?
     return $this;
 }