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

Was this example useful?
0
                                                    public function addRestrictionIdentity(WorkflowRestrictionIdentity $restrictionIdentity)
    {
        $restrictionIdentity->setWorkflowItem($this);

        $this->restrictionIdentities->add($restrictionIdentity);
    }
                                            
WorkflowRestrictionIdentity's Other Methods