71 lines
647 B
Markdown
71 lines
647 B
Markdown
SYSTEM\LOG\AbstractResult
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: AbstractResult
|
|
* Namespace: SYSTEM\LOG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### toString
|
|
|
|
mixed SYSTEM\LOG\AbstractResult::toString($json_array, $status, $start_time)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $json_array **mixed**
|
|
* $status **mixed**
|
|
* $start_time **mixed**
|
|
|
|
|
|
|
|
### error
|
|
|
|
mixed SYSTEM\LOG\AbstractResult::error(\Exception $e)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $e **Exception**
|
|
|
|
|
|
|
|
### ok
|
|
|
|
mixed SYSTEM\LOG\AbstractResult::ok()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
|