PHP Класс Barryvdh\Debugbar\ServiceProvider

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

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

Свойство Тип Описание
$defer boolean Indicates if loading of the provider is deferred.

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

Метод Описание
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

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

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

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

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

Bootstrap the application events.
public boot ( ) : void
Результат void

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

Check the App Debug status
protected checkAppDebug ( )

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

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

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

Get the active router.
protected getRouter ( ) : Router
Результат Illuminate\Routing\Router

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

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

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

Publish the config file
protected publishConfig ( string $configPath )
$configPath string

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

Register the service provider.
public register ( ) : void
Результат void

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

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

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

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

Indicates if loading of the provider is deferred.
protected bool $defer
Результат boolean