Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс JsHandler
+ Граф наследования:JsHandler:

Открытые члены

 __construct ($handler, $context=null)
 
 getHandler ()
 
 setHandler ($handler)
 
 getContext ()
 
 setContext ($context)
 
 jsonSerialize ()
 

Подробное описание

См. определение в файле jshandler.php строка 5

Конструктор(ы)

◆ __construct()

__construct ( $handler,
$context = null )

JsHandler constructor.

Аргументы
string$handler
string | null$context

См. определение в файле jshandler.php строка 22

Методы

◆ getContext()

getContext ( )
Возвращает
string|null

См. определение в файле jshandler.php строка 53

◆ getHandler()

getHandler ( )
Возвращает
string

См. определение в файле jshandler.php строка 33

◆ jsonSerialize()

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()

setContext ( $context)
Аргументы
string | null$context
Возвращает
JsHandler

См. определение в файле jshandler.php строка 63

◆ setHandler()

setHandler ( $handler)
Аргументы
string$handler
Возвращает
JsHandler

См. определение в файле jshandler.php строка 43