PHP Class Adldap\Laravel\AdldapServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Mostrar archivo Open project: adldap2/adldap2-laravel

Public Methods

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

Protected Methods

Method 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 method

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

boot() public method

Run service provider boot operations.
public boot ( ) : void
return void

newAdldap() protected method

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

newProvider() protected method

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
return Adldap\Connections\Provider

provides() public method

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

register() public method

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