コード例 #1
0
ファイル: Controller.php プロジェクト: JeCat/framework
 public function removeView(IView $aView)
 {
     $aView->setController(null);
     $this->mainView()->remove($aView);
     return $this;
 }