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