Skip to content

Page Роутинг | BitrixFramework #13

@Meiumo

Description

@Meiumo

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)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions