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