PHP Class Adldap\Laravel\AdldapServiceProvider

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

Méthodes publiques

Méthode Description
boot ( ) : void Run service provider boot operations.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
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.

Method Details

addProviders() protected méthode

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

boot() public méthode

Run service provider boot operations.
public boot ( ) : void
Résultat void

newAdldap() protected méthode

Returns a new Adldap instance.
protected newAdldap ( ) : Adldap
Résultat Adldap\Adldap

newProvider() protected méthode

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
Résultat Adldap\Connections\Provider

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

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