PHP Interface ManaPHP\Cli\ArgumentsInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
get ( string $name = null, mixed $defaultValue = null ) : mixed
has ( string $name ) : boolean

Method Details

get() public méthode

public get ( string $name = null, mixed $defaultValue = null ) : mixed
$name string
$defaultValue mixed
Résultat mixed

has() public méthode

public has ( string $name ) : boolean
$name string
Résultat boolean