ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container
/
opt
cpanel
ea-wappspector
vendor
rector
rector
vendor
illuminate
container
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Attributes
-
chmod
Open
Rename
Delete
BoundMethod.php
7.31 MB
chmod
View
DL
Edit
Rename
Delete
composer.json
938 B
chmod
View
DL
Edit
Rename
Delete
Container.php
43.06 MB
chmod
View
DL
Edit
Rename
Delete
ContextualBindingBuilder.php
2.39 MB
chmod
View
DL
Edit
Rename
Delete
EntryNotFoundException.php
235 B
chmod
View
DL
Edit
Rename
Delete
LICENSE.md
1.05 MB
chmod
View
DL
Edit
Rename
Delete
PATCHES.txt
266 B
chmod
View
DL
Edit
Rename
Delete
RewindableGenerator.php
1.12 MB
chmod
View
DL
Edit
Rename
Delete
Util.php
2.17 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container/RewindableGenerator.php
<?php namespace RectorPrefix202411\Illuminate\Container; use Countable; use IteratorAggregate; use Traversable; class RewindableGenerator implements Countable, IteratorAggregate { /** * The generator callback. * * @var callable */ protected $generator; /** * The number of tagged services. * * @var callable|int */ protected $count; /** * Create a new generator instance. * * @param callable $generator * @param callable|int $count * @return void */ public function __construct(callable $generator, $count) { $this->count = $count; $this->generator = $generator; } /** * Get an iterator from the generator. * * @return \Traversable */ public function getIterator() : Traversable { return ($this->generator)(); } /** * Get the total number of tagged services. * * @return int */ public function count() : int { if (\is_callable($count = $this->count)) { $this->count = $count(); } return $this->count; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply