Пример #1
0
 /**
  * Increments view count by product's id
  * 
  * @param string $id Product id
  * @return boolean
  */
 public function incrementViewCount($id)
 {
     return $this->productMapper->incrementViewCount($id);
 }