Пример #1
0
 /**
  * Method called to associate a Vocabulary object to this object
  * through the Vocabulary foreign key attribute
  *
  * @param      Vocabulary $l Vocabulary
  * @return     void
  * @throws     PropelException
  */
 public function addVocabularyRelatedByChildUpdatedUserId(Vocabulary $l)
 {
     $this->collVocabularysRelatedByChildUpdatedUserId[] = $l;
     $l->setUserRelatedByChildUpdatedUserId($this);
 }