PHP 클래스 MongolidLaravel\MongolidServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: leroy-merlin-br/mongolid-laravel 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
boot ( ) : void Register the mongoLid driver in auth AuthManager.
extendsAuthManager ( ) : void Registers mongoLid Driver in AuthManager.
register ( ) : void Register the service provider.
registerConnector ( ) : void Register MongoDbConnector within the application.

보호된 메소드들

메소드 설명
buildConnectionString ( ) : string Builds the connection string based in the laravel's config/database.php config file.

메소드 상세

boot() 공개 메소드

Register the mongoLid driver in auth AuthManager.
public boot ( ) : void
리턴 void

buildConnectionString() 보호된 메소드

Builds the connection string based in the laravel's config/database.php config file.
protected buildConnectionString ( ) : string
리턴 string The connection string

extendsAuthManager() 공개 메소드

Registers mongoLid Driver in AuthManager.
public extendsAuthManager ( ) : void
리턴 void

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerConnector() 공개 메소드

Register MongoDbConnector within the application.
public registerConnector ( ) : void
리턴 void

프로퍼티 상세

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

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