PHP Class Adldap\Adldap

Inheritance: implements Adldap\Contracts\Adldap
Afficher le fichier Open project: adldap2/adldap2 Class Usage Examples

Protected Properties

Свойство Type Description
$default string The default provider name.
$providers array The connection providers.

Méthodes publiques

Méthode Description
__call ( $method, $parameters )
__construct ( array $providers = [] )
addProvider ( $configuration = [], $name = 'default', Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null )
connect ( $name = null, $username = null, $password = null )
getDefaultProvider ( )
getProvider ( $name )
getProviders ( )
removeProvider ( $name )
setDefaultProvider ( $name = 'default' )

Method Details

__call() public méthode

public __call ( $method, $parameters )

__construct() public méthode

public __construct ( array $providers = [] )
$providers array

addProvider() public méthode

public addProvider ( $configuration = [], $name = 'default', Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null )
$connection Adldap\Connections\ConnectionInterface
$schema Adldap\Schemas\SchemaInterface

connect() public méthode

public connect ( $name = null, $username = null, $password = null )

getDefaultProvider() public méthode

public getDefaultProvider ( )

getProvider() public méthode

public getProvider ( $name )

getProviders() public méthode

public getProviders ( )

removeProvider() public méthode

public removeProvider ( $name )

setDefaultProvider() public méthode

public setDefaultProvider ( $name = 'default' )

Property Details

$default protected_oe property

The default provider name.
protected string $default
Résultat string

$providers protected_oe property

The connection providers.
protected array $providers
Résultat array