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