예제 #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();
 }