FieldInfos
class FieldInfos (View source)
Class to stock field infos
Constants
| FIELD_TYPE_OBJECT |
|
| FIELD_TYPE_EXTRA_FIELD |
|
Properties
| CommonObject|null | $object | ||
| string | $mode | ||
| int | $fieldType | ||
| string | $key | ||
| string | $originType | ||
| string | $type | ||
| string|null | $nameInClass | ||
| string|null | $nameInTable | ||
| string | $label | ||
| string | $langFile | ||
| string | $picto | ||
| int | $position | ||
| bool | $required | ||
| bool | $visible | ||
| bool | $showOnHeader | ||
| bool | $editable | ||
| bool|null | $alwaysEditable | ||
| string | $defaultValue | ||
| int|null | $minLength | ||
| int|null | $maxLength | ||
| float|null | $minValue | ||
| float|null | $maxValue | ||
| string | $size | ||
| array<string, string> | $options | ||
| array<int, mixed> | $emptyValues | ||
| string | $getPostCheck | ||
| string | $css | ||
| string | $tdCss | ||
| string | $viewCss | ||
| string | $listCss | ||
| string | $inputPlaceholder | ||
| string | $help | ||
| string | $comment | ||
| string | $aiPrompt | ||
| bool | $showOnComboBox | ||
| bool | $printable | ||
| bool | $emptyOnClone | ||
| bool | $unique | ||
| string | $computed | ||
| bool | $validateField | ||
| int | $copyToClipboard | ||
| bool | $inputDisabled | ||
| bool | $inputAutofocus | ||
| bool | $multiInput | ||
| string | $listHelp | ||
| bool | $listTotalizable | ||
| bool | $listChecked | ||
| string|null | $sqlAlias | ||
| string|null | $optionsSqlDependencyValue | ||
| int|null | $optionsSqlPage | ||
| int|null | $optionsSqlOffset | ||
| int|null | $optionsSqlLimit | ||
| string|null | $getNameUrlParams | ||
| array<string, mixed> | $otherParams |