interface FieldInterface implements JsonSerializable (View source)

Constants

FIELD_TYPE_INPUT

FIELD_TYPE_SELECT

FIELD_TYPE_BOOLEAN

Methods

string
getKey()

No description

string
getLabel()

No description

string
getDescription()

No description

FieldInterface|null
loadFieldFromRequest(array $data)

No description

FieldInterface|null
loadFieldFromConsoleInput(InputInterface $consoleInput)

No description

bool
isValid(FieldInterface $loadedField)

No description

addToCommand(TaskCommand $command)

No description

Details

string getKey()

No description

Return Value

string

string getLabel()

No description

Return Value

string

string getDescription()

No description

Return Value

string

FieldInterface|null loadFieldFromRequest(array $data)

No description

Parameters

array $data

Return Value

FieldInterface|null

FieldInterface|null loadFieldFromConsoleInput(InputInterface $consoleInput)

No description

Parameters

InputInterface $consoleInput

Return Value

FieldInterface|null

bool isValid(FieldInterface $loadedField)

No description

Parameters

FieldInterface $loadedField

Return Value

bool

addToCommand(TaskCommand $command)

No description

Parameters

TaskCommand $command