REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 999 B
Close
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/crawler/src/CrawlObservers/CrawlObserver.php
Text
Base64
<?php namespace Spatie\Crawler\CrawlObservers; use GuzzleHttp\Exception\RequestException; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\UriInterface; abstract class CrawlObserver { /* * Called when the crawler will crawl the url. */ public function willCrawl(UriInterface $url, ?string $linkText): void {} /* * Called when the crawler has crawled the given url successfully. */ public function crawled( UriInterface $url, ResponseInterface $response, ?UriInterface $foundOnUrl = null, ?string $linkText = null, ): void {} /* * Called when the crawler had a problem crawling the given url. */ public function crawlFailed( UriInterface $url, RequestException $requestException, ?UriInterface $foundOnUrl = null, ?string $linkText = null, ): void {} /* * Called when the crawl has ended. */ public function finishedCrawling(): void {} }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CrawlObserver.php
999 B
lrw-rw-rw-
2025-02-24 09:20:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CrawlObserverCollection.php
2.16 KB
lrw-rw-rw-
2025-02-24 09:20:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).