__construct()
__construct(string $name, integer $mode = null, string $description = '', mixed $default = null)
构造方法
Parameters
string |
$name |
参数名 |
integer |
$mode |
参数类型: self::REQUIRED 或者 self::OPTIONAL |
string |
$description |
描述 |
mixed |
$default |
默认值 (仅 self::OPTIONAL 类型有效) |
Throws
- \InvalidArgumentException