InfoList extends Component
Table of Contents
- $contentClasses : string|null
- Classes applied to value
- $items : mixed
- List of items
- $labelClasses : string|null
- Classes applied to label of information
- __construct() : mixed
- Constructor
- render() : View|string
- Get the view / contents that represent the component.
Properties
$contentClasses
Classes applied to value
public
string|null
$contentClasses
= null
$items
List of items
public
mixed
$items
$labelClasses
Classes applied to label of information
public
string|null
$labelClasses
= null
Methods
__construct()
Constructor
public
__construct(array<string|int, mixed> $items[, string $labelClasses = null ][, string $contentClasses = null ]) : mixed
Parameters
- $items : array<string|int, mixed>
- $labelClasses : string = null
- $contentClasses : string = null
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|string