Documentation

ImagePicker extends Component

Table of Contents

$controls  : bool
$id  : string
$name  : string
$rotate  : int
$src  : string|null
__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 $name[, string $src = null ][, int $rotate = 10 ][, bool $controls = true ]) : mixed
Parameters
$name : string
$src : string = null
$rotate : int = 10
$controls : bool = true
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results