LdapTools\Operation\Handler\AuthenticationOperationHandler::supports PHP Method

supports() public method

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