PHP Class Overtrue\LaravelWechat\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: overtrue/laravel-wechat

Protected Properties

Свойство Type Description
$defer boolean 延迟加载.

Méthodes publiques

Méthode Description
boot ( ) : void Boot the provider.
provides ( ) : array 提供的服务
register ( ) : void Register the provider.

Méthodes protégées

Méthode Description
setUpMockAuthUser ( ) 创建模拟登录.
setupConfig ( ) : void Setup the config.

Method Details

boot() public méthode

Boot the provider.
public boot ( ) : void
Résultat void

provides() public méthode

提供的服务
public provides ( ) : array
Résultat array

register() public méthode

Register the provider.
public register ( ) : void
Résultat void

setUpMockAuthUser() protected méthode

创建模拟登录.
protected setUpMockAuthUser ( )

setupConfig() protected méthode

Setup the config.
protected setupConfig ( ) : void
Résultat void

Property Details

$defer protected_oe property

延迟加载.
protected bool $defer
Résultat boolean