[ Avaa Bypassed ]




Upload:

Command:

www-data@18.191.137.190: ~ $
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Holds the PhpMyAdmin\Di\Item class
 *
 * @package PhpMyAdmin\Di
 */
namespace PhpMyAdmin\Di;

/**
 * Interface Item
 *
 * @package PhpMyAdmin\Di
 */
interface Item
{

    /**
     * Get a value from the item
     *
     * @param array $params Parameters
     * @return mixed
     */
    public function get(array $params = array());
}

Filemanager

Name Type Size Permission Actions
AliasItem.php File 857 B 0644
Container.php File 4.39 KB 0644
ContainerException.php File 378 B 0644
FactoryItem.php File 476 B 0644
Item.php File 390 B 0644
NotFoundException.php File 367 B 0644
ReflectorItem.php File 3.54 KB 0644
ServiceItem.php File 616 B 0644
ValueItem.php File 643 B 0644