PHP 클래스 Adldap\Laravel\AdldapServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: adldap2/adldap2-laravel

공개 메소드들

메소드 설명
boot ( ) : void Run service provider boot operations.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
addProviders ( Adldap $adldap, array $connections = [] ) : Adldap Adds providers to the specified Adldap instance.
newAdldap ( ) : Adldap Returns a new Adldap instance.
newProvider ( array $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : Provider Returns a new Provider instance.

메소드 상세

addProviders() 보호된 메소드

Adds providers to the specified Adldap instance.
protected addProviders ( Adldap $adldap, array $connections = [] ) : Adldap
$adldap Adldap\Adldap
$connections array
리턴 Adldap\Adldap

boot() 공개 메소드

Run service provider boot operations.
public boot ( ) : void
리턴 void

newAdldap() 보호된 메소드

Returns a new Adldap instance.
protected newAdldap ( ) : Adldap
리턴 Adldap\Adldap

newProvider() 보호된 메소드

Returns a new Provider instance.
protected newProvider ( array $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : Provider
$configuration array
$connection Adldap\Connections\ConnectionInterface
$schema Adldap\Schemas\SchemaInterface
리턴 Adldap\Connections\Provider

provides() 공개 메소드

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

register() 공개 메소드

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