Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/enshrined/svg-sanitize/src/ElementReference/Usage.php
Ðазад
<?php namespace enshrined\svgSanitize\ElementReference; class Usage { /** * @var Subject */ protected $subject; /** * @var int */ protected $count; /** * @param Subject $subject * @param int $count */ public function __construct(Subject $subject, $count = 1) { $this->subject = $subject; $this->count = (int)$count; } /** * @param int $by */ public function increment($by = 1) { $this->count += (int)$by; } /** * @return Subject */ public function getSubject() { return $this->subject; } /** * @return int */ public function getCount() { return $this->count; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка