PHP Интерфейс LaravelBA\RouteBinder\Bindings

Показать файл Открыть проект

Открытые методы

Метод Описание
addBindings ( Router $router ) : void Bind parameters, filters or anything you need to do with the concrete router here.

Описание методов

addBindings() публичный Метод

NOTE: If an object that's not an instance (nor an extension) of the concrete \Illuminate\Routing\Router is bound as the \Illuminate\Contracts\Routing\Registrar in the Container, **this method will never be called!**
public addBindings ( Router $router ) : void
$router Illuminate\Routing\Router
Результат void