Example #1
0
 /**
  * Method called to associate a Collection object to this object
  * through the Collection foreign key attribute
  *
  * @param      Collection $l Collection
  * @return     void
  * @throws     PropelException
  */
 public function addCollectionRelatedByUpdatedUserId(Collection $l)
 {
     $this->collCollectionsRelatedByUpdatedUserId[] = $l;
     $l->setUserRelatedByUpdatedUserId($this);
 }