Programming Language PHP
Namespace Oro\Bundle\WorkflowBundle\Entity
Class WorkflowRestrictionIdentity
Method/Function setWorkflowItem
Total Examples 1
1 code examples of PHP Oro\Bundle\WorkflowBundle\Entity\WorkflowRestrictionIdentity::setWorkflowItem extracted from open source projects
public function addRestrictionIdentity(WorkflowRestrictionIdentity $restrictionIdentity)
{
$restrictionIdentity->setWorkflowItem($this);
$this->restrictionIdentities->add($restrictionIdentity);
}