class ListItem extends Collection (View source)

Properties

protected $collection_key
bool $checked
protected $childListItemsType
protected $childListItemsDataType
protected $textType
protected $textDataType

Methods

setChecked($checked)

No description

bool
getChecked()

No description

setChildListItems($childListItems)

No description

getChildListItems()

No description

setText(TextContent $text)

No description

getText()

No description

Details

setChecked($checked)

No description

Parameters

$checked

bool getChecked()

No description

Return Value

bool

setChildListItems($childListItems)

No description

Parameters

$childListItems

ListItem[] getChildListItems()

No description

Return Value

ListItem[]

setText(TextContent $text)

No description

Parameters

TextContent $text

TextContent getText()

No description

Return Value

TextContent