Method | Description | |
---|---|---|
boot ( ) : void | Run service provider boot operations. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Method | Description | |
---|---|---|
addProviders ( |
Adds providers to the specified Adldap instance. | |
newAdldap ( ) : |
Returns a new Adldap instance. | |
newProvider ( array $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : |
Returns a new Provider instance. |
protected addProviders ( |
||
$adldap | ||
$connections | array | |
return |
protected newAdldap ( ) : |
||
return |
protected newProvider ( array $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : |
||
$configuration | array | |
$connection | Adldap\Connections\ConnectionInterface | |
$schema | Adldap\Schemas\SchemaInterface | |
return |