Clippy
Public Attributes | List of all members
Clippy\CommandConvertDistance Class Reference
Inheritance diagram for Clippy\CommandConvertDistance:
Inheritance graph
[legend]
Collaboration diagram for Clippy\CommandConvertDistance:
Collaboration graph
[legend]

Public Attributes

const CONVERSION
 
const PRECISION
 
const IN_NAME
 
- 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 = " *"
 

Additional Inherited Members

- Public Member Functions inherited from Clippy\CommandConvert
 __construct (public float $in_amount, public string $in_unit, public float $out_amount, public string $out_unit,)
 
 getResponse ()
 
- Public Member Functions inherited from Clippy\Command
 getDefaultResponse ()
 
- Static Public Member Functions inherited from Clippy\CommandConvert
static instantiateIfMatches (string $in)
 
static format (float $value, string $unit)
 
- 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)
 
- Static Public Attributes inherited from Clippy\Command
static array $config
 
static array $out_langs = []
 

Member Data Documentation

◆ CONVERSION

const Clippy\CommandConvertDistance::CONVERSION
Initial value:
= [
"cm" => 0.01,
"m" => 1,
"km" => 1000,
"in" => 0.0254,
"ft" => 0.3048,
"yards" => 0.9144,
"rods" => 5.029,
"chains" => 20.117,
"furlongs" => 201.17,
"mi" => 1609.344
]

◆ PRECISION

const Clippy\CommandConvertDistance::PRECISION
Initial value:
= [
"cm" => 2,
"m" => 2,
"km" => 3,
"in" => 2,
"ft" => 2,
"yards" => 3,
"rods" => 2,
"chains" => 2,
"furlongs" => 2,
"mi" => 3,
]

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