PHP Class Encore\Admin\Widgets\Carousel

Inheritance: extends Widget, implements Illuminate\Contracts\Support\Renderable
Show file Open project: z-song/laravel-admin

Protected Properties

Property Type Description
$items
$title

Public Methods

Method Description
__construct ( $items = [] )
render ( ) : string
title ( $title )

Method Details

__construct() public method

public __construct ( $items = [] )

render() public method

public render ( ) : string
return string

title() public method

public title ( $title )

Property Details

$items protected property

protected $items

$title protected property

protected $title