Exemplo n.º 1
0
 /**
  * Method called to associate a BpmnFlow object to this object
  * through the BpmnFlow foreign key attribute
  *
  * @param      BpmnFlow $l BpmnFlow
  * @return     void
  * @throws     PropelException
  */
 public function addBpmnFlow(BpmnFlow $l)
 {
     $this->collBpmnFlows[] = $l;
     $l->setBpmnDiagram($this);
 }