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
$color
public
string
$color
= 'info'
$count
public
mixed
$count
$info
public
string
$info
$width
public
int
$width
= 128
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