Example #1
0
 /**
  * @inheritdoc
  */
 public function beforeDelete()
 {
     return !$this->getItems()->count() || SiteModuleItem::deleteAll(['module_id' => $this->id]);
 }