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

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

 __construct (array $data=[])
 
 __get ($name)
 
 __set ($name, $value)
 
 __isset ($name)
 
 add (string $type, string $property, $value)
 
 merge (Context $context)
 
 getByKey (string $key)
 

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

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

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

◆ __construct()

__construct ( array $data = [])

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

Методы

◆ __get()

__get ( $name)

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

◆ __isset()

__isset ( $name)

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

◆ __set()

__set ( $name,
$value )

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

◆ add()

add ( string $type,
string $property,
$value )

you should add property e.g. you should add service data

Аргументы
string$property
mixed$value
Возвращает
$this

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

◆ getByKey()

getByKey ( string $key)
Аргументы
string$key
Возвращает
mixed

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

◆ merge()

merge ( Context $context)

merge Context

Аргументы
Context$context
Возвращает
$this

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