Esempio n. 1
0
 /**
  * PEAR_Installer constructor.
  *
  * @param object $ui user interface object (instance of PEAR_Frontend_*)
  *
  * @access public
  */
 function PEAR_Installer(&$ui)
 {
     parent::PEAR_Common();
     $this->setFrontendObject($ui);
     $this->debug = $this->config->get('verbose');
 }
Esempio n. 2
0
 /**
  * PEAR_Installer constructor.
  *
  * @param object $ui user interface object (instance of PEAR_Frontend_*)
  *
  * @access public
  */
 function PEAR_Installer(&$ui)
 {
     parent::PEAR_Common();
     $this->setFrontendObject($ui);
     $this->debug = $this->config->get('verbose');
     //$this->registry = &new PEAR_Registry($this->config->get('php_dir'));
 }