Example #1
0
 /**
  * @param string $type
  * @return array
  */
 public function findItems($type, $first, $count)
 {
     return $this->sitemapItemDao->findItemsByType($type, $first, $count);
 }