예제 #1
0
파일: Controller.php 프로젝트: techart/tao
 /**
  */
 protected function moved_permanently_to($location)
 {
     return Net_HTTP::moved_permanently_to($location);
 }