PHP 8.3.31
Preview: Attr.php Size: 493 B
//proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/dompdf/dompdf/src/Css/Content/Attr.php

<?php
namespace Dompdf\Css\Content;

final class Attr extends ContentPart
{
    /**
     * @var string
     */
    public $attribute;

    public function __construct(string $attribute)
    {
        $this->attribute = $attribute;
    }

    public function equals(ContentPart $other): bool
    {
        return $other instanceof self
            && $other->attribute === $this->attribute;
    }

    public function __toString(): string
    {
        return "attr($this->attribute)";
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
493 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
167 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
167 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
625 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
799 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
172 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
170 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
165 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
482 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
488 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download

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