Toggle command - special command interface for toggling a boolean property between '1' and '' (empty string).
getToggleProperty() : string
stringisInverse() : bool
boolsetInverse(bool $inverse) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\ToggleCommandInterface
boolThe inverse state.
setToggleProperty(string $property) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\ToggleCommandInterface
stringThe property name.