예제 #1
0
파일: Widget.php 프로젝트: rosko/Tempo-CMS
 public function beforeDelete()
 {
     $this->content->delete();
     return parent::beforeDelete();
 }