-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
missing-infoMissing information (gap in documentation)Missing information (gap in documentation)
Description
Page link: https://docs.1c-bitrix.ru/pages/framework/routing.html
Добавьте, пожалуйста, информацию о том что Main\Engine\Controller не может (или покажите как?) принимать в себя параметр как инлайн функция в примерах:
$routes->get('/countries/{country}', function ($country) {
return "country {$country} response";
});
При передаче в параметры метода контроллера (Main\Engine\Controller) $country выкинется ошибка
[Bitrix\\Main\\Engine\\AutoWire\\BinderArgumentException]
Could not find value for parameter {country}
Metadata
Metadata
Assignees
Labels
missing-infoMissing information (gap in documentation)Missing information (gap in documentation)