예제 #1
0
파일: service.php 프로젝트: vazahat/dudex
 /**
  * @param string $type
  * @return array
  */
 public function findItems($type, $first, $count)
 {
     return $this->sitemapItemDao->findItemsByType($type, $first, $count);
 }