Clone
4
JsonResult
Ulf Gebhardt edited this page 2024-11-21 02:50:59 +01:00

JsonResult


###JSONRESULT_OKconst JSONRESULT_OK = true ###JSONRESULT_ERRORconst JSONRESULT_ERROR = falseMethods

###toStringmixed SYSTEM\LOG\AbstractResult::toString($json_array, $status, $start_time)

  • Visibility: public* This method is static.* This method is defined bySYSTEM\LOG\AbstractResult#### Arguments*$json_array mixed*$status mixed*$start_time mixed ###errormixed SYSTEM\LOG\AbstractResult::error(\Exception $e)

  • Visibility: public* This method is static.* This method is defined bySYSTEM\LOG\AbstractResult#### Arguments*$e Exception ###okmixed SYSTEM\LOG\AbstractResult::ok()

  • Visibility: public* This method is static.* This method is defined bySYSTEM\LOG\AbstractResult ###failmixed SYSTEM\LOG\JsonResult::fail()

  • Visibility: public* This method is static.* This method is defined bySYSTEM\LOG\JsonResult