| [ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 249 lignes (8 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
PEAR_Command_Common:: (8 méthodes):
PEAR_Command_Common()
getCommands()
getShortcuts()
getOptions()
getGetoptArgs()
getHelp()
getHelpArgs()
run()
Classe: PEAR_Command_Common - X-Ref
| PEAR_Command_Common(&$ui, &$config) X-Ref |
| PEAR_Command_Common constructor. |
| getCommands() X-Ref |
| Return a list of all the commands defined by this class. return: array list of commands |
| getShortcuts() X-Ref |
| Return a list of all the command shortcuts defined by this class. return: array shortcut => command |
| getOptions($command) X-Ref |
| Pas de description |
| getGetoptArgs($command, &$short_args, &$long_args) X-Ref |
| Pas de description |
| getHelp($command) X-Ref |
| Returns the help message for the given command param: string $command The command return: mixed A fail string if the command does not have help or |
| getHelpArgs($command) X-Ref |
| Returns the help for the accepted arguments of a command param: string $command return: string The help string |
| run($command, $options, $params) X-Ref |
| Pas de description |
| Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |