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