コード例 #1
0
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->get('Areas')->delete();
 }
コード例 #2
0
ファイル: PluginDmPageView.class.php プロジェクト: jdart/diem
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->Area->delete();
 }