PHP Interface ManaPHP\Cli\ArgumentsInterface

Show file Open project: manaphp/manaphp

Public Methods

Method Description
get ( string $name = null, mixed $defaultValue = null ) : mixed
has ( string $name ) : boolean

Method Details

get() public method

public get ( string $name = null, mixed $defaultValue = null ) : mixed
$name string
$defaultValue mixed
return mixed

has() public method

public has ( string $name ) : boolean
$name string
return boolean