PHP Класс Barryvdh\Debugbar\LumenServiceProvider

Наследование: extends ServiceProvider
Показать файл Открыть проект

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

Свойство Тип Описание
$app Laravel\Lumen\Application

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

Метод Описание
provides ( ) : array Get the services provided by the provider.

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

Метод Описание
checkAppDebug ( ) Check the App Debug status
getConfigPath ( ) : string Get the config path
getRouter ( ) : Application Get the active router.
registerMiddleware ( string $middleware ) Register the Debugbar Middleware

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

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

Check the App Debug status
protected checkAppDebug ( )

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

Get the config path
protected getConfigPath ( ) : string
Результат string

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

Get the active router.
protected getRouter ( ) : Application
Результат Laravel\Lumen\Application

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

Get the services provided by the provider.
public provides ( ) : array
Результат array

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

Register the Debugbar Middleware
protected registerMiddleware ( string $middleware )
$middleware string

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

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

protected Application,Laravel\Lumen $app
Результат Laravel\Lumen\Application