Interface PropertyInterface.
getDefaultValue() : mixed
mixed
getDescription() : string
string
getExplanation() : string
string
getExtra() : array
array
getLabel() : string
string
getName() : string
string
getOptions() : array | null
array
null
getWidgetType() : string
todo | this is view related, should be moved there? |
---|
string
isExcluded() : bool
bool
isFilterable() : bool
bool
isSearchable() : bool
bool
isSortable() : bool
setDefaultValue(mixed $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
mixed
The default value.
setDescription(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
string
The description text.
setExcluded(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
bool
The flag.
setExplanation(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
string
The explanation text.
setExtra(array $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
array
The extra data for this property.
setFilterable(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
bool
The flag.
setLabel(string $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
string
The label value.
setOptions(array $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
array
The options.
setSearchable(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
bool
The 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? |
---|
string
The type name of the widget.