PHP Class Encore\Admin\Widgets\Carousel

Inheritance: extends Widget, implements Illuminate\Contracts\Support\Renderable
Afficher le fichier Open project: z-song/laravel-admin

Protected Properties

Свойство Type Description
$items
$title

Méthodes publiques

Méthode Description
__construct ( $items = [] )
render ( ) : string
title ( $title )

Method Details

__construct() public méthode

public __construct ( $items = [] )

render() public méthode

public render ( ) : string
Résultat string

title() public méthode

public title ( $title )

Property Details

$items protected_oe property

protected $items

$title protected_oe property

protected $title