Adldap\AdldapInterface::__call PHP Method

__call() public method

Call methods upon the default provider dynamically.
public __call ( string $method, array $parameters ) : mixed
$method string
$parameters array
return mixed
    public function __call($method, $parameters);