Knp\Bundle\KnpBundlesBundle\Finder\Google::extractPageUrls PHP Method

extractPageUrls() protected method

protected extractPageUrls ( Crawler $crawler )
$crawler Symfony\Component\DomCrawler\Crawler
    protected function extractPageUrls(Crawler $crawler)
    {
        return $crawler->filter('#center_col ol li h3 a')->extract('href');
    }