Example #1
0
 /**
  * Пересчитывает счетчики голосований
  *
  * @return bool
  */
 public function RecalculateVote()
 {
     return $this->oMapper->RecalculateVote();
 }