Example #1
0
 /**
  * @param string $type
  * @return int
  */
 public function findItemsCount($type)
 {
     return $this->sitemapItemDao->findItemsCountByType($type);
 }