Programming Language PHP

Namespace Oro\Component\ChainProcessor

Class Context

Total Examples 1

1 code examples of PHP Oro\Component\ChainProcessor\Context extracted from open source projects

Was this example useful?
0
                                                    /**
     * Initializes new Context object.
     */
    protected function initializeContextObject(Context $context)
    {
        $context->setAction($this->action);
    }