mediatekformation

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

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
Return values
void

Search results