Browse Source

* initialize _PEAR_Command_uiobject

experimental/new_ui_api
Stig Bakken 25 years ago
parent
commit
49b11adf7c
  1. 6
      pear/PEAR/Command.php

6
pear/PEAR/Command.php

@ -33,6 +33,12 @@ $GLOBALS['_PEAR_Command_commandlist'] = array();
*/
$GLOBALS['_PEAR_Command_uiclass'] = 'PEAR_Frontend_CLI';
/**
* Instance of $_PEAR_Command_uiclass.
* @var object
*/
$GLOBALS['_PEAR_Command_uiobject'] = null;
/**
* The options accepted by the commands
* @var string the options

Loading…
Cancel
Save