LdapTools\Event\LdapOperationEvent::__construct PHP Method

__construct() public method

public __construct ( string $name, LdapTools\Operation\LdapOperationInterface $operation, LdapTools\Connection\LdapConnectionInterface $connection )
$name string
$operation LdapTools\Operation\LdapOperationInterface
$connection LdapTools\Connection\LdapConnectionInterface
    public function __construct($name, LdapOperationInterface $operation, LdapConnectionInterface $connection)
    {
        $this->operation = $operation;
        $this->connection = $connection;
        parent::__construct($name);
    }