File manager - Edit - /var/www/ratemypay_dev/vendor/phpoffice/math/src/Math/Element/Identifier.php
Back
<?php namespace PhpOffice\Math\Element; class Identifier extends AbstractElement { /** * @var string */ protected $value; public function __construct(string $value) { $this->value = $value; } public function getValue(): string { return $this->value; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings