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