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