1 | <?php |
||
9 | class MixedContentScanner |
||
10 | { |
||
11 | /** @var \Spatie\MixedContentScanner\MixedContentObserver */ |
||
12 | public $mixedContentObserver; |
||
13 | |||
14 | /** @var null|\Spatie\Crawler\CrawlProfile */ |
||
15 | public $crawlProfile; |
||
16 | |||
17 | public function __construct(MixedContentObserver $mixedContentObserver) |
||
21 | |||
22 | public function scan(string $url, array $clientOptions = []) |
||
29 | |||
30 | public function useCrawlProfile(CrawlProfile $crawlProfile) |
||
34 | } |
||
35 |