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);
    }