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

supports() public method

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
return boolean
    public function supports(LdapOperationInterface $operation);