LdapTools\Operation\Handler\OperationHandlerInterface::supports PHP Метод

supports() публичный Метод

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
Результат boolean
    public function supports(LdapOperationInterface $operation);