PHP 클래스 SimpleSoftwareIO\SMS\SMSServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: simplesoftwareio/simple-sms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.
registerSender ( ) Register the correct driver based on the config file.

비공개 메소드들

메소드 설명
setSMSDependencies ( SMS $sms, $app ) Set a few dependencies on the sms instance.

메소드 상세

boot() 공개 메소드

Bootstrap the application events.
public boot ( )

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

register() 공개 메소드

Register the service provider.
public register ( )

registerSender() 공개 메소드

Register the correct driver based on the config file.
public registerSender ( )

프로퍼티 상세

$defer 보호되어 있는 프로퍼티

Indicates if loading of the provider is deferred.
protected bool $defer
리턴 boolean