D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
spatie
/
crawler
/
src
/
CrawlProfiles
/
Filename :
CrawlProfile.php
back
Copy
<?php namespace Spatie\Crawler\CrawlProfiles; use Psr\Http\Message\UriInterface; abstract class CrawlProfile { abstract public function shouldCrawl(UriInterface $url): bool; }