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