Example #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 addProfilePropertyRelatedByUpdatedBy(ProfileProperty $l)
 {
     $this->collProfilePropertysRelatedByUpdatedBy[] = $l;
     $l->setUserRelatedByUpdatedBy($this);
 }