DropDownDivider implements DropDownItemInterface, Stringable

DropDownDivider

This dropdown item type renders the divider element.

$item = GeneralUtility::makeInstance(DropDownDivider::class); $dropDownButton->addItem($item);

Table of Contents

Interfaces

DropDownItemInterface
Stringable

Methods

__toString()  : string
getType()  : string
isValid()  : bool
render()  : string

Methods

__toString()

public __toString() : string
Return values
string

getType()

public getType() : string
Return values
string

isValid()

public isValid() : bool
Return values
bool

render()

public render() : string
Return values
string

        
On this page

Search results