Documentation

CardList extends Component
in package

Table of Contents

$delete  : bool
$edit  : bool
$records  : mixed
$routePrefix  : string
$show  : bool
$size  : string
$subtitle  : string|null
$title  : string
__construct()  : mixed
Create a new component instance.
render()  : View|string
Get the view / contents that represent the component.

Properties

$subtitle

public string|null $subtitle = null

Methods

__construct()

Create a new component instance.

public __construct( $records, string $route, string $title[, bool $show = true ][, bool $edit = true ][, bool $delete = true ][, string $subtitle = null ][, string $size = 'is-3' ]) : mixed
Parameters
$records :
$route : string
$title : string
$show : bool = true
$edit : bool = true
$delete : bool = true
$subtitle : string = null
$size : string = 'is-3'
Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|string
Return values
View|string

Search results