[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
phpMyAdmin
/
libraries
/
classes
/
Di
/
[
Home
]
File: FactoryItem.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Holds the PhpMyAdmin\Di\FactoryItem class * * @package PhpMyAdmin\Di */ namespace PhpMyAdmin\Di; /** * Factory manager * * @package PhpMyAdmin\Di */ class FactoryItem extends ReflectorItem { /** * Construct an instance * * @param array $params Parameters * * @return mixed */ public function get(array $params = array()) { return $this->invoke($params); } }