LdapTools\Event\LdapAuthenticationEvent::__construct PHP Метод

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

public __construct ( string $eventName, AuthenticationOperation $operation, AuthenticationResponse $response = null )
$eventName string
$operation LdapTools\Operation\AuthenticationOperation
$response LdapTools\Operation\AuthenticationResponse
    public function __construct($eventName, AuthenticationOperation $operation, AuthenticationResponse $response = null)
    {
        $this->operation = $operation;
        $this->response = $response;
        parent::__construct($eventName);
    }