Pneuma Framework

ArgumentType
in package

Simple Argument Type implementation.

Table of Contents

Constants

ARRAY  = \Symfony\Component\Console\Input\InputArgument::IS_ARRAY
MANDATORY  = \Symfony\Component\Console\Input\InputArgument::REQUIRED
OPTIONAL  = \Symfony\Component\Console\Input\InputArgument::OPTIONAL

Constants

ARRAY

public mixed ARRAY = \Symfony\Component\Console\Input\InputArgument::IS_ARRAY

MANDATORY

public mixed MANDATORY = \Symfony\Component\Console\Input\InputArgument::REQUIRED

OPTIONAL

public mixed OPTIONAL = \Symfony\Component\Console\Input\InputArgument::OPTIONAL

        
On this page

Search results