InputConfiguration
in package
Table of Contents
- $nonInteractiveArguments : mixed
- getNonInteractiveArguments() : array<string|int, mixed>
- setArgumentAsNonInteractive() : void
- Call in MakerInterface::configureCommand() to disable the automatic interactive prompt for an argument.
Properties
$nonInteractiveArguments
private
mixed
$nonInteractiveArguments
= []
Methods
getNonInteractiveArguments()
public
getNonInteractiveArguments() : array<string|int, mixed>
Return values
array<string|int, mixed> —setArgumentAsNonInteractive()
Call in MakerInterface::configureCommand() to disable the automatic interactive prompt for an argument.
public
setArgumentAsNonInteractive(string $argumentName) : void
Parameters
- $argumentName : string