Interface PropertyInterface.
getDefaultValue() : mixed
mixedgetDescription() : string
stringgetExplanation() : string
stringgetExtra() : array
arraygetLabel() : string
stringgetName() : string
stringgetOptions() : array | null
arraynull
getWidgetType() : string
| todo | this is view related, should be moved there? |
|---|
stringisExcluded() : bool
boolisFilterable() : bool
boolisSearchable() : bool
boolisSortable() : bool
setDefaultValue(mixed $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
mixedThe default value.
setDescription(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
stringThe description text.
setExcluded(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
boolThe flag.
setExplanation(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
stringThe explanation text.
setExtra(array $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
arrayThe extra data for this property.
setFilterable(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
boolThe flag.
setLabel(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
stringThe label value.
setOptions(array $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
arrayThe options.
setSearchable(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
boolThe flag.
setSortable(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
setWidgetType(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
| todo | this is view related, should be moved there? |
|---|
stringThe type name of the widget.