コード例 #1
0
ファイル: BaseTestClass.php プロジェクト: niceboy120/phreeze
 /**
  * Clear all previous form and querystring input
  */
 function InputClearAll()
 {
     RequestUtil::ClearAll();
 }
コード例 #2
0
ファイル: BaseTestClass.php プロジェクト: mymizan/phreeze
 /**
  * Clear all previous form and querystring input
  */
 function ClearVars()
 {
     RequestUtil::ClearAll();
 }