| Clippy
    | 


| Public Member Functions | |
| __construct (public string $in, public string $out,) | |
| getResponse () | |
|  Public Member Functions inherited from Clippy\Command | |
| getDefaultResponse () | |
| Static Public Member Functions | |
| static | mod_impl ($left, $right) | 
| static | instantiateIfMatches (string $in) | 
|  Static Public Member Functions inherited from Clippy\Command | |
| 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 | |
|  Public Attributes inherited from Clippy\Command | |
| 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 Public Attributes inherited from Clippy\Command | |
| static array | $config | 
| static array | $out_langs = [] | 
| Clippy\CommandArithmetics::getResponse | ( | ) | 
Reimplemented from Clippy\Command.