docu_system_wiki/JsonResult.md

1.2 KiB

JsonResult

Constants

JSONRESULT_OK

const JSONRESULT_OK = true

JSONRESULT_ERROR

const JSONRESULT_ERROR = false

Methods

toString

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

Arguments

  • $json_array mixed
  • $status mixed
  • $start_time mixed

error

mixed SYSTEM\LOG\AbstractResult::error(\Exception $e)

Arguments

  • $e Exception

ok

mixed SYSTEM\LOG\AbstractResult::ok()

fail

mixed SYSTEM\LOG\JsonResult::fail()