/** * Check if json_encode/decode functions are exist * * @return bool true if exist */ public function isJsonAvailable() { $checking_result = parent::isJsonAvailable(); return $checking_result; }