PHP 8.2.30
Preview: Url.php Size: 323 B
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/crawler/src/Url.php

<?php

namespace Spatie\Crawler;

use GuzzleHttp\Psr7\Uri;

class Url extends Uri
{
    public function __construct(
        protected string $link,
        protected ?string $linkText,
    ) {
        parent::__construct($link);
    }

    public function linkText(): ?string
    {
        return $this->linkText;
    }
}

Directory Contents

Dirs: 6 × Files: 5

Name Size Perms Modified Actions
- drwxrwxrwx 2025-05-16 16:14:51
Edit Download
- drwxrwxrwx 2025-05-16 16:14:51
Edit Download
- drwxrwxrwx 2025-05-16 16:14:51
Edit Download
- drwxrwxrwx 2025-05-16 16:14:51
Edit Download
Handlers DIR
- drwxrwxrwx 2025-05-16 16:14:51
Edit Download
- drwxrwxrwx 2025-05-16 16:14:51
Edit Download
15.61 KB lrw-rw-rw- 2025-02-24 09:20:47
Edit Download
1.14 KB lrw-rw-rw- 2025-02-24 09:20:47
Edit Download
938 B lrw-rw-rw- 2025-02-24 09:20:47
Edit Download
734 B lrw-rw-rw- 2025-02-24 09:20:47
Edit Download
323 B lrw-rw-rw- 2025-02-24 09:20:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).