Пример #1
0
 /**
  * Check if json_encode/decode functions are exist
  *
  * @return bool true if exist
  */
 public function isJsonAvailable()
 {
     $checking_result = parent::isJsonAvailable();
     return $checking_result;
 }