Ejemplo n.º 1
0
 /**
  * @inheritDoc
  */
 public function beforeUpdate()
 {
     if ($this->parentIdField) {
         $this->checkOperation();
     }
     parent::beforeUpdate();
 }