attribution extends Component
Table of Contents
- $attribution : mixed
- __construct() : void
- Create a new component instance.
- render() : View|Closure|string
- Get the view / contents that represent the component.
Properties
$attribution
public
mixed
$attribution
Methods
__construct()
Create a new component instance.
public
__construct(mixed $attribution) : void
Parameters
- $attribution : mixed
Return values
void —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string