$configuration
$configuration : \phpDocumentor\Configuration
$configuration : \phpDocumentor\Configuration
__construct(\phpDocumentor\Configuration $configuration)
Initializes this helper and registers the application configuration on it.
\phpDocumentor\Configuration | $configuration |
getOption(\Symfony\Component\Console\Input\InputInterface $input, string $name, string|null $configPath = null, mixed|null $default = null, boolean $commaSeparated = false) : string|array
Returns the value of an option from the command-line parameters, configuration or given default.
\Symfony\Component\Console\Input\InputInterface | $input | Input interface to query for information |
string | $name | Name of the option to retrieve from argv |
string|null | $configPath | Path to the config element(s) containing the value to be used when no option is provided. |
mixed|null | $default | Default value used if there is no configuration option or path set |
boolean | $commaSeparated | Could the value be a comma separated string requiring splitting |