Example #1
0
 /**
  * Sets a single PcHideableHintsSetting object as related to this object by a one-to-one relationship.
  *
  * @param      PcHideableHintsSetting $l PcHideableHintsSetting
  * @return     PcUser The current object (for fluent API support)
  * @throws     PropelException
  */
 public function setPcHideableHintsSetting(PcHideableHintsSetting $v)
 {
     $this->singlePcHideableHintsSetting = $v;
     // Make sure that that the passed-in PcHideableHintsSetting isn't already associated with this object
     if ($v->getPcUser() === null) {
         $v->setPcUser($this);
     }
     return $this;
 }