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

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

 __construct ($code)
 
 getCode ()
 
 setCode ($code)
 
 jsonSerialize ()
 

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

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

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

◆ __construct()

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

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

Методы

◆ getCode()

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

См. определение в файле jscode.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

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

◆ setCode()

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

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