diff options
| author | Stig Bakken <ssb@php.net> | 2002-05-20 00:17:43 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2002-05-20 00:17:43 +0000 |
| commit | 7542066eef5b34311b6a2de154badf6d5f396ba7 (patch) | |
| tree | 0a35a084e204ef0cfb83fdb51063135efda7f242 | |
| parent | c2d1d3fc8276177bf48d6ff26c7cbf907765427e (diff) | |
| download | php-git-7542066eef5b34311b6a2de154badf6d5f396ba7.tar.gz | |
* no need for getCommands() here
| -rw-r--r-- | pear/PEAR/Command/Install.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index d136e740a5..f97cb070e5 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -145,24 +145,6 @@ More than one package may be specified at once. } // }}} - - // {{{ getCommands() - - /** - * Return a list of all the commands defined by this class. - * @return array list of commands - * @access public - */ - function getCommands() - { - $ret = array(); - foreach (array_keys($this->commands) as $command) { - $ret[$command] = $this->commands[$command]['summary']; - } - return $ret; - } - - // }}} // {{{ run() function run($command, $options, $params) |
