ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/phar-io/manifest/src/values
/
opt
cpanel
ea-wappspector
vendor
phar-io
manifest
src
values
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Application.php
504 B
chmod
View
DL
Edit
Rename
Delete
ApplicationName.php
1.15 MB
chmod
View
DL
Edit
Rename
Delete
Author.php
1.27 MB
chmod
View
DL
Edit
Rename
Delete
AuthorCollection.php
1.02 MB
chmod
View
DL
Edit
Rename
Delete
AuthorCollectionIterator.php
1.13 MB
chmod
View
DL
Edit
Rename
Delete
BundledComponent.php
840 B
chmod
View
DL
Edit
Rename
Delete
BundledComponentCollection.php
1.16 MB
chmod
View
DL
Edit
Rename
Delete
BundledComponentCollectionIterator.php
1.25 MB
chmod
View
DL
Edit
Rename
Delete
CopyrightInformation.php
860 B
chmod
View
DL
Edit
Rename
Delete
Email.php
912 B
chmod
View
DL
Edit
Rename
Delete
Extension.php
1.4 MB
chmod
View
DL
Edit
Rename
Delete
Library.php
496 B
chmod
View
DL
Edit
Rename
Delete
License.php
764 B
chmod
View
DL
Edit
Rename
Delete
Manifest.php
2.54 MB
chmod
View
DL
Edit
Rename
Delete
PhpExtensionRequirement.php
682 B
chmod
View
DL
Edit
Rename
Delete
PhpVersionRequirement.php
804 B
chmod
View
DL
Edit
Rename
Delete
Requirement.php
424 B
chmod
View
DL
Edit
Rename
Delete
RequirementCollection.php
1.09 MB
chmod
View
DL
Edit
Rename
Delete
RequirementCollectionIterator.php
1.19 MB
chmod
View
DL
Edit
Rename
Delete
Type.php
1.16 MB
chmod
View
DL
Edit
Rename
Delete
Url.php
939 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/phar-io/manifest/src/values/AuthorCollection.php
<?php declare(strict_types = 1); /* * This file is part of PharIo\Manifest. * * Copyright (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de> and contributors * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * */ namespace PharIo\Manifest; use Countable; use IteratorAggregate; use function count; /** @template-implements IteratorAggregate<int,Author> */ class AuthorCollection implements Countable, IteratorAggregate { /** @var Author[] */ private $authors = []; public function add(Author $author): void { $this->authors[] = $author; } /** * @return Author[] */ public function getAuthors(): array { return $this->authors; } public function count(): int { return count($this->authors); } public function getIterator(): AuthorCollectionIterator { return new AuthorCollectionIterator($this); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply