File manager - Edit - /var/www/ratemypay_dev/vendor/dompdf/dompdf/src/Css/Content/Counters.php
Back
<?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)"; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings