Programming Language PHP

Namespace Oro\Component\ChainProcessor

Class ApplicableCheckerInterface

Method/Function isApplicable

Total Examples 1

1 code examples of PHP Oro\Component\ChainProcessor\ApplicableCheckerInterface::isApplicable extracted from open source projects

Was this example useful?
0
                                                    protected function executeChecker(
        ApplicableCheckerInterface $checker,
        ContextInterface $context,
        array $processorAttributes
    ): int {
        return $checker->isApplicable($context, $processorAttributes);
    }
                                            
ApplicableCheckerInterface's Other Methods