ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Removing/ValueObject
/
opt
cpanel
ea-wappspector
vendor
rector
rector
rules
Removing
ValueObject
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
ArgumentRemover.php
1.13 MB
chmod
View
DL
Edit
Rename
Delete
RemoveFuncCallArg.php
707 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Removing/ValueObject/ArgumentRemover.php
<?php declare (strict_types=1); namespace Rector\Removing\ValueObject; use PHPStan\Type\ObjectType; use Rector\Validation\RectorAssert; final class ArgumentRemover { /** * @readonly * @var string */ private $class; /** * @readonly * @var string */ private $method; /** * @readonly * @var int */ private $position; /** * @readonly * @var mixed */ private $value; /** * @param mixed $value */ public function __construct(string $class, string $method, int $position, $value) { $this->class = $class; $this->method = $method; $this->position = $position; $this->value = $value; RectorAssert::className($class); } public function getObjectType() : ObjectType { return new ObjectType($this->class); } public function getMethod() : string { return $this->method; } public function getPosition() : int { return $this->position; } /** * @return mixed */ public function getValue() { return $this->value; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply