LdapTools\Operation\Handler\AuthenticationOperationHandler::supports PHP 메소드

supports() 공개 메소드

public supports ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface
    public function supports(LdapOperationInterface $operation)
    {
        return $operation instanceof AuthenticationOperation;
    }