method
public
ClosureAction::__construct()
Сигнатура
public __construct(string $name, Controller $controller, callable $callable[, array<string|int, mixed> $config = array() ]) : mixed
Описание
Конструктор ClosureAction.
Параметры
$name
string
$controller
Controller
$callable
callable
$config
array<string|int, mixed>
= array()
Возвращаемое значение
mixed
Исходный файл: source/main/lib/engine/closureaction.php:21

