LdapTools\Operation\AuthenticationOperation::__construct PHP Метод

__construct() публичный Метод

public __construct ( null | string $username = null, null | string $password = null )
$username null | string
$password null | string
    public function __construct($username = null, $password = null)
    {
        $this->properties['username'] = $username;
        $this->properties['password'] = $password;
    }