Свойство | Тип | Описание | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Метод | Описание | |
---|---|---|
boot ( ) : void | Perform post-registration booting of services. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register any package services. |
Метод | Описание | |
---|---|---|
configPath ( string $file = '' ) : string | Get the path to the config directory. |
protected configPath ( string $file = '' ) : string | ||
$file | string | |
Результат | string |
protected bool $defer | ||
Результат | boolean |