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

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

 __construct ($event)
 
 getEvent ()
 
 setEvent ($event)
 
 jsonSerialize ()
 

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

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

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

◆ __construct()

__construct ( $event)
Аргументы
string$event

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

Методы

◆ getEvent()

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

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

◆ 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

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

◆ setEvent()

setEvent ( $event)
Аргументы
string$event
Возвращает
$this

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