Class InputArgument
Represents a command line argument.
Namespace: Symfony\Component\Console\Input
Author: Fabien Potencier fabien@symfony.com
Located at Input/InputArgument.php
Author: Fabien Potencier fabien@symfony.com
Located at Input/InputArgument.php
public
|
#
__construct( string $name, integer $mode = null, string $description = '', mixed $default = null )
Constructor. |
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
mixed
|
|
public
string
|
integer |
REQUIRED
|
#
1
|
integer |
OPTIONAL
|
#
2
|
integer |
IS_ARRAY
|
#
4
|