1 code examples of PHP Oro\Component\ChainProcessor\Context extracted from open source projects
/**
* Initializes new Context object.
*/
protected function initializeContextObject(Context $context)
{
$context->setAction($this->action);
}