Spatie\Crawler\CrawlUrl::__construct PHP Method

__construct() protected method

protected __construct ( Url $url, Url $foundOnUrl = null )
$url Url
$foundOnUrl Url
    protected function __construct(Url $url, Url $foundOnUrl = null)
    {
        $this->url = $url;
        $this->foundOnUrl = $foundOnUrl;
    }