Файловый менеджер - Редактировать - /home/harasnat/www/learning/lib/openspout/src/Common/Entity/Cell/NumericCell.php
Назад
<?php declare(strict_types=1); namespace OpenSpout\Common\Entity\Cell; use OpenSpout\Common\Entity\Cell; use OpenSpout\Common\Entity\Style\Style; final class NumericCell extends Cell { private int|float $value; public function __construct(int|float $value, ?Style $style) { $this->value = $value; parent::__construct($style); } public function getValue(): int|float { return $this->value; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка