/** * * * @param string $module * @param string $key * @param string $type * @param array $opts * @return mixed */ public function configRead($module, $key, &$type, &$opts) { return $this->_driver->configRead($this->_user, $module, $key, $type, $opts); }