Documentation

InfoCount extends Component
in package

Table of Contents

$color  : string
$count  : mixed
$info  : string
$width  : int
__construct()  : mixed
Create a new component instance.
render()  : View|Closure|string
Get the view / contents that represent the component.

Properties

Methods

__construct()

Create a new component instance.

public __construct(string $info, mixed $count[, string $color = 'info' ][, int $width = 128 ]) : mixed
Parameters
$info : string
$count : mixed
$color : string = 'info'
$width : int = 128
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results