Integer
class Integer extends Option
Integer
Properties
protected string | $name | from Option | |
protected string | $alias | from Option | |
protected boolean | $required | from Option | |
protected string | $description | from Option | |
protected integer | $maxLimit | from Option | |
protected integer | $counter | from Option |
Methods
mixed
validate($value)
Überprüfe Wert
Details
in Option at line 81
__construct(string $name, string $alias = null)
Neues Objekt
Der Alias darf einen Buchstaben besitzen
in Option at line 117
Option
execute(mixed $value)
Ausführen der Option
Diese Methode prüft ob das Objekt eine Methode onMatch besitzt und ruft diese in dem Fall auf.
Wird keine Methode onMatch definiert, so erfolgt keine weitere Operation.
in Option at line 139
string
getName()
Name
in Option at line 148
string
getAlias()
Kurzform des Befehls (ein Buchstabe)
in Option at line 169
boolean
isRequired()
Pflichtangabe prüfen
at line 41
mixed
validate($value)
Überprüfe Wert
in Option at line 200
string
getDescription()
Beschreibung
in Option at line 209
string
__toString()
Rückgabe der Definition als Hilfstext