PEAR_Command::getShortcuts()

PEAR_Command::getShortcuts() -- get list of command shortcuts.

Synopsis

require_once 'PEAR/command.php';

array PEAR_Command::getShortcuts (void)

Beschreibung

Get the list of command shortcuts.

Rückgabewert

array shortcut => command

Hinweise

Diese Methode sollte statisch aufgerufen werden..