Файловый менеджер - Редактировать - /home/harasnat/www/learning/lib/openspout/src/Writer/Common/Manager/Style/PossiblyUpdatedStyle.php
Назад
<?php declare(strict_types=1); namespace OpenSpout\Writer\Common\Manager\Style; use OpenSpout\Common\Entity\Style\Style; /** * @internal */ final class PossiblyUpdatedStyle { private Style $style; private bool $isUpdated; public function __construct(Style $style, bool $isUpdated) { $this->style = $style; $this->isUpdated = $isUpdated; } public function getStyle(): Style { return $this->style; } public function isUpdated(): bool { return $this->isUpdated; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка