예제 #1
0
파일: response.php 프로젝트: Ate1st/test
 public static function setParams()
 {
     self::$dataGET = self::get();
     self::$dataPOST = self::post();
 }