/**
  * Returns all URLs/links found so far in the document.
  *
  * @return array Numeric array containing all URLs as PHPCrawlerURLDescriptor-objects
  */
 public function getAllURLs()
 {
     return $this->LinkCache->getAllURLs();
 }