Clippy
|
Public Member Functions | |
getResponse () | |
![]() | |
getDefaultResponse () | |
Static Public Member Functions | |
static | instantiateIfMatches (string $in) |
![]() | |
static | registerCommand (string $command) |
static | registerCommands (array $commands) |
static | getRegisteredCommands () |
static | getAllCommands () |
static | getOutputLocales () |
static | setOutputLocale (string $name) |
static | match (string $in) |
static | translate (string $key) |
static | stringify ($value) |
Additional Inherited Members | |
![]() | |
const | DIR_LANG = __DIR__."/../lang/" |
const | REGEX_WORD_BEGIN = "(^| )" |
const | REGEX_WORD_END = "($| |\.|!|\?)" |
const | REGEX_YOU = "(you|ya|u)" |
const | REGEX_FLOAT = "(\d+(\.\d+)?)" |
const | REGEX_SPACE_OPT = " *" |
![]() | |
static array | $config |
static array | $out_langs = [] |
Clippy\CommandFarewell::getResponse | ( | ) |
Reimplemented from Clippy\Command.