예제 #1
0
파일: service.php 프로젝트: vazahat/dudex
 public function getNextUrlToProcess()
 {
     $result = $this->sitemapPageDao->getNextUrlList(1);
     return empty($result) ? null : $result[0]->getUrl();
 }