Preview: CrawlProfile.php
Size: 183 B
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/crawler/src/CrawlProfiles/CrawlProfile.php
<?php
namespace Spatie\Crawler\CrawlProfiles;
use Psr\Http\Message\UriInterface;
abstract class CrawlProfile
{
abstract public function shouldCrawl(UriInterface $url): bool;
}
Directory Contents
Dirs: 0 × Files: 4