Открытые члены | |
__construct ($handler, $context=null) | |
getHandler () | |
setHandler ($handler) | |
getContext () | |
setContext ($context) | |
jsonSerialize () | |
См. определение в файле jshandler.php строка 5
__construct | ( | $handler, | |
$context = null ) |
JsHandler constructor.
string | $handler | |
string | null | $context |
См. определение в файле jshandler.php строка 22
getContext | ( | ) |
См. определение в файле jshandler.php строка 53
getHandler | ( | ) |
См. определение в файле jshandler.php строка 33
jsonSerialize | ( | ) |
Specify data which should be serialized to JSON mixed data which can be serialized by json_encode, which is a value of any type other than a resource. 5.4.0
См. определение в файле jshandler.php строка 77
setContext | ( | $context | ) |
setHandler | ( | $handler | ) |