Programming Language PHP

Namespace Oro\Component\ChainProcessor

Class ApplicableCheckerInterface

Total Examples 1

1 code examples of PHP Oro\Component\ChainProcessor\ApplicableCheckerInterface 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
ApplicableCheckerInterface's Other Methods