コード例 #1
0
ファイル: Validator.php プロジェクト: heg-arc-ne/cscart
 /**
  * Check if SafeMode is disabled
  *
  * @return bool true if disabled
  */
 public function isSafeModeDisabled()
 {
     $checking_result = parent::isSafeModeDisabled();
     return $checking_result;
 }