PHP Класс SebastiaanLuca\Router\Kernel

The extended HTTP kernel which should be extended by the application's kernel.
Наследование: extends Illuminate\Foundation\Http\Kernel, implements Illuminate\Contracts\Http\Kernel
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$routers array The routers to automatically map.

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

Метод Описание
getRouters ( ) : array Get the user-defined routers.

Защищенные методы

Метод Описание
dispatchToRouter ( ) : Closure Get the route dispatcher callback.

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

dispatchToRouter() защищенный Метод

Get the route dispatcher callback.
protected dispatchToRouter ( ) : Closure
Результат Closure

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

Get the user-defined routers.
public getRouters ( ) : array
Результат array

Описание свойств

$routers защищенное свойство

The routers to automatically map.
protected array $routers
Результат array