spec\LdapTools\Operation\Handler\AuthenticationOperationHandlerSpec::let PHP Метод

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

public let ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )
$connection LdapTools\Connection\LdapConnectionInterface
$dispatcher LdapTools\Event\EventDispatcherInterface
    function let(LdapConnectionInterface $connection, EventDispatcherInterface $dispatcher)
    {
        $this->setConnection($connection);
        $this->setEventDispatcher($dispatcher);
    }