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

<?php
namespace Dompdf\Css\Content;

final class Counters extends ContentPart
{
    /**
     * @var string
     */
    public $name;

    /**
     * @var string
     */
    public $string;

    /**
     * @var string
     */
    public $style;

    public function __construct(string $name, string $string, string $style)
    {
        $this->name = $name;
        $this->string = $string;
        $this->style = $style;
    }

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

    public function __toString(): string
    {
        return "counters($this->name, \"$this->string\", $this->style)";
    }
}

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).