method
public
Dictionary::get()
Сигнатура
public get(mixed $name[, mixed $default = null ]) : string|array<string|int, mixed>|null
Описание
Возвращает любую переменную по её имени. Null, если переменная не задана.
Параметры
$name
mixed
$default
mixed
= null
Возвращаемое значение
string|array<string|int, mixed>|null
Исходный файл: source/tasks/lib/internals/notification/dictionary.php:7

