FieldInterface
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
Details
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