Documentation

InputConfiguration
in package

FinalYes

Table of Contents

Properties

$nonInteractiveArguments  : array<string|int, mixed>

Methods

getNonInteractiveArguments()  : array<string|int, mixed>
setArgumentAsNonInteractive()  : void
Call in MakerInterface::configureCommand() to disable the automatic interactive prompt for an argument.

Properties

$nonInteractiveArguments

private array<string|int, 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

        
On this page

Search results