Adldap\AdldapInterface::addProvider PHP 메소드

addProvider() 공개 메소드

Add a provider by the specified name.
public addProvider ( Adldap\Connections\ProviderInterface | array $configuration = [], string $name, Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : adldap\AdldapInterface
$configuration Adldap\Connections\ProviderInterface | array
$name string
$connection Adldap\Connections\ConnectionInterface
$schema Adldap\Schemas\SchemaInterface
리턴 adldap\AdldapInterface
    public function addProvider($configuration = [], $name, ConnectionInterface $connection = null, SchemaInterface $schema = null);