method
public
Controller::forward()
Сигнатура
public forward(Controller|string $controller, string $actionName[, array<string|int, mixed>|null $parameters = null ]) : HttpResponse|mixed
Параметры
$controller
Controller|string
$actionName
string
$parameters
array<string|int, mixed>|null
= null
Возвращаемое значение
HttpResponse|mixed
Исходный файл: source/main/lib/engine/controller.php:107

