コード例 #1
0
ファイル: dispatcher.php プロジェクト: jonatasmm/akeebasubs
 public function getTask($view)
 {
     $task = parent::getTask($view);
     switch ($view) {
         case 'level':
             if ($task == 'add') {
                 $task = 'read';
             }
     }
     return $task;
 }