ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Application/Provider
/
opt
cpanel
ea-wappspector
vendor
rector
rector
src
Application
Provider
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
CurrentFileProvider.php
504 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Application/Provider/CurrentFileProvider.php
<?php declare (strict_types=1); namespace Rector\Application\Provider; use Rector\ValueObject\Application\File; /** * @internal Avoid this services if possible, pass File value object or file path directly */ final class CurrentFileProvider { /** * @var \Rector\ValueObject\Application\File|null */ private $file; public function setFile(File $file) : void { $this->file = $file; } public function getFile() : ?File { return $this->file; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply