Adldap\Adldap::__construct PHP Method

__construct() public method

public __construct ( array $providers = [] )
$providers array
    public function __construct(array $providers = [])
    {
        foreach ($providers as $name => $configuration) {
            $this->addProvider($configuration, $name);
        }
    }