Пример #1
0
 /**
  * Declares an association between this object and a ConceptProperty object.
  *
  * @param      ConceptProperty $v
  * @return     void
  * @throws     PropelException
  */
 public function setConceptProperty($v)
 {
     if ($v === null) {
         $this->setPrefLabelId(NULL);
     } else {
         $this->setPrefLabelId($v->getId());
     }
     $this->aConceptProperty = $v;
 }