Esempio n. 1
0
 public function afterDelete()
 {
     Object::deleteAll(['id' => $this->id]);
     return parent::afterDelete();
 }