/**
  * Constructs a new Setup object using the CLI interface.
  */
 function Setup_cli()
 {
     parent::Setup();
     require_once 'base_CLI.class.php';
     $this->cli =& new base_CLI();
 }
Beispiel #2
0
 /**
  * Constructs a new Setup object using the CLI interface.
  */
 function Setup_cli()
 {
     parent::Setup();
     require_once HORDE_LIBS . 'Horde/CLI.php';
     $this->cli =& new Horde_CLI();
 }