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

Public Member Functions

 getResponse ()
 
 getDefaultResponse ()
 

Static Public Member Functions

static registerCommand (string $command)
 
static registerCommands (array $commands)
 
static getRegisteredCommands ()
 
static getAllCommands ()
 
static getOutputLocales ()
 
static setOutputLocale (string $name)
 
static instantiateIfMatches (string $in)
 
static match (string $in)
 
static translate (string $key)
 
static stringify ($value)
 

Public Attributes

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

static array $config
 
static array $out_langs = []
 

Member Function Documentation

◆ getAllCommands()

static Clippy\Command::getAllCommands ( )
static

◆ getDefaultResponse()

Clippy\Command::getDefaultResponse ( )

◆ getResponse()

Clippy\Command::getResponse ( )
abstract

Member Data Documentation

◆ $config

array Clippy\Command::$config
static
Initial value:
= [
"out_lang" => "en-GB",
]
Since
0.1.8

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