コード例 #1
0
 public function end($status = 0, $exit = true)
 {
     parent::end(0, false);
     throw new YiiExitException();
 }