Beispiel #1
0
 /**
  * Добавление поля к топику
  *
  * @param ModuleTopic_EntityContentValues $oValue    Объект поля топика
  *
  * @return int
  */
 public function AddTopicValue($oValue)
 {
     return $this->oMapper->AddTopicValue($oValue);
 }