PHP Class Overtrue\LaravelWechat\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: overtrue/laravel-wechat

Protected Properties

Property Type Description
$defer boolean 延迟加载.

Public Methods

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

Protected Methods

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

Method Details

boot() public method

Boot the provider.
public boot ( ) : void
return void

provides() public method

提供的服务
public provides ( ) : array
return array

register() public method

Register the provider.
public register ( ) : void
return void

setUpMockAuthUser() protected method

创建模拟登录.
protected setUpMockAuthUser ( )

setupConfig() protected method

Setup the config.
protected setupConfig ( ) : void
return void

Property Details

$defer protected property

延迟加载.
protected bool $defer
return boolean