Пример #1
0
 /**
  * Counts all available products
  * 
  * @return integer
  */
 public function countAll()
 {
     return $this->productMapper->countAll();
 }