예제 #1
0
파일: service.php 프로젝트: vazahat/dudex
 /**
  * @return int
  */
 public function getToProcessPagesCount()
 {
     return $this->sitemapPageDao->findProcessedCount(false);
 }