Userstamps
extends Component
in package
Table of Contents
- $record : Model
- __construct() : void
- Create a new Userstamps component instance.
- render() : View|string
- Get the view / contents that represent the component.
Properties
$record
public
Model
$record
Methods
__construct()
Create a new Userstamps component instance.
public
__construct(Model $record) : void
Parameters
- $record : Model
-
The Eloquent model instance containing user stamps
Return values
void —render()
Get the view / contents that represent the component.
public
render() : View|string