Clippy
Public Member Functions | Static Public Member Functions | List of all members
Clippy\CommandArithmetics Class Reference
Inheritance diagram for Clippy\CommandArithmetics:
Inheritance graph
[legend]
Collaboration diagram for Clippy\CommandArithmetics:
Collaboration graph
[legend]

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 = []
 

Member Function Documentation

◆ getResponse()

Clippy\CommandArithmetics::getResponse ( )
Since
0.1.8

Reimplemented from Clippy\Command.


The documentation for this class was generated from the following file: