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