[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
DATA_RECOVERY
/
ALL BACKUP
/
SISMADAK SERVER
/
22-04-2019
/
xampp
/
phpMyAdmin
/
libraries
/
di
/
[
Home
]
File: Item.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Holds the PMA\libraries\di\Item class * * @package PMA */ namespace PMA\libraries\di; /** * Interface Item * * @package PMA\libraries\di */ interface Item { /** * Get a value from the item * * @param array $params Parameters * @return mixed */ public function get($params = array()); }