Example #1
0
 /**
  * Get all wikis not marked as uploaded to google webmaster toolkit
  * @return GWTWiki[]
  */
 function getWikisToUpload()
 {
     $wikis = $this->wikiRepository->allUnassignedGt(50);
     return $wikis;
 }