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