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

supports() public méthode

Given a LDAP operation return whether or not it is supported by the handler.
public supports ( LdapTools\Operation\LdapOperationInterface $operation ) : boolean
$operation LdapTools\Operation\LdapOperationInterface
Résultat boolean
    public function supports(LdapOperationInterface $operation);