Esempio n. 1
0
 /**
  * Method called to associate a BpmnData object to this object
  * through the BpmnData foreign key attribute
  *
  * @param      BpmnData $l BpmnData
  * @return     void
  * @throws     PropelException
  */
 public function addBpmnData(BpmnData $l)
 {
     $this->collBpmnDatas[] = $l;
     $l->setBpmnProject($this);
 }