InfoList
extends Component
in package
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
[type]
$labelClasses
Classes applied to label of information
public
string|null
$labelClasses
= null
Methods
__construct()
Constructor
public
__construct(mixed $items[, string $labelClasses = null ][, string $contentClasses = null ]) : mixed
Parameters
- $items : mixed
- $labelClasses : string = null
- $contentClasses : string = null
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|string