Spatie\Crawler\Crawler::setCrawlProfile PHP Method

setCrawlProfile() public method

public setCrawlProfile ( Spatie\Crawler\CrawlProfile $crawlProfile )
$crawlProfile Spatie\Crawler\CrawlProfile
    public function setCrawlProfile(CrawlProfile $crawlProfile)
    {
        $this->crawlProfile = $crawlProfile;
        return $this;
    }