Webmozart\Console\Api\Args\Args::__construct PHP Méthode

__construct() public méthode

Creates the console arguments.
public __construct ( ArgsFormat $format, Webmozart\Console\Api\Args\RawArgs $rawArgs = null )
$format Webmozart\Console\Api\Args\Format\ArgsFormat The format that the arguments and options must adhere to.
$rawArgs Webmozart\Console\Api\Args\RawArgs The raw console arguments.
    public function __construct(ArgsFormat $format, RawArgs $rawArgs = null)
    {
        $this->format = $format;
        $this->rawArgs = $rawArgs;
    }