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