?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Renaming/ValueObject/RenameAttribute.php
???????
<?php declare (strict_types=1); namespace Rector\Renaming\ValueObject; /** * @api */ final class RenameAttribute { /** * @readonly * @var string */ private $oldAttribute; /** * @readonly * @var string */ private $newAttribute; public function __construct(string $oldAttribute, string $newAttribute) { $this->oldAttribute = $oldAttribute; $this->newAttribute = $newAttribute; } public function getOldAttribute() : string { return $this->oldAttribute; } public function getNewAttribute() : string { return $this->newAttribute; } }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????