Example #1
0
 /**
  * Получить число изображений из фотосета по id топика
  *
  * @param int $nTopicId - ID топика
  *
  * @return int
  */
 public function getCountPhotosByTopicId($nTopicId)
 {
     return $this->oMapper->getCountPhotosByTopicId($nTopicId);
 }