LdapTools\Operation\Handler\AuthenticationOperationHandler::supports PHP Méthode

supports() public méthode

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