Esempio n. 1
0
 /**
  * @param ChildUserAttributeValue $userAttributeValue The ChildUserAttributeValue object to add.
  */
 protected function doAddUserAttributeValue(ChildUserAttributeValue $userAttributeValue)
 {
     $this->collUserAttributeValues[] = $userAttributeValue;
     $userAttributeValue->setUserAttribute($this);
 }