Class InputArgument
Represents a command line argument.
		
		
		Namespace: Symfony\Component\Console\Input
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at console/Symfony/Component/Console/Input/InputArgument.php
	
	Author: Fabien Potencier <fabien@symfony.com>
Api
Located at console/Symfony/Component/Console/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 |