コード例 #1
0
ファイル: Admin.php プロジェクト: forthrobot/inuvik
 /**
  * Routes the screen display to the page controller's screen handler.
  *
  * @since 1.4
  *
  * @return void
  **/
 public function route()
 {
     $this->Controller->screen();
 }