The model formatter format a model and create a string representation.
getFormat() : string
string
getMaxLength() : int | null
int
null
getPropertyNames() : array
array
setFormat(string $format) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\ModelFormatterConfigInterface
string
The format string to use.
setMaxLength(int|null $maxLength) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\ModelFormatterConfigInterface
int
null
The length to use - pass null to clear the cutting.
setPropertyNames(array $propertyNames) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\ModelFormatterConfigInterface
array
The property names.