BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
spatie
/
crawler
/
src
/
UrlParsers
📤 Upload
📝 New File
📁 New Folder
Close
Editing: UrlParser.php
<?php namespace Spatie\Crawler\UrlParsers; use Psr\Http\Message\UriInterface; use Spatie\Crawler\Crawler; interface UrlParser { public function __construct(Crawler $crawler); public function addFromHtml(string $html, UriInterface $foundOnUrl, ?UriInterface $originalUrl = null): void; }
Save
Cancel