Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Encore
Admin
Widgets
Alert
PHP Class Encore\Admin\Widgets\Alert
Inheritance:
extends
Widget
,
implements
Illuminate\Contracts\Support\Renderable
Afficher le fichier
Open project: z-song/laravel-admin
Protected Properties
Свойство
Type
Description
$content
$icon
$style
$title
Méthodes publiques
Méthode
Description
__construct
(
$content
,
$title
= '',
$style
= 'danger' )
icon
(
$icon
)
render
( )
style
(
$style
= 'info' )
Méthodes protégées
Méthode
Description
variables
( )
Method Details
__construct()
public
méthode
public
__construct
(
$content
,
$title
= '',
$style
= 'danger' )
icon()
public
méthode
public
icon
(
$icon
)
render()
public
méthode
public
render
( )
style()
public
méthode
public
style
(
$style
= 'info' )
variables()
protected
méthode
protected
variables
( )
Property Details
$content
protected_oe property
protected
$content
$icon
protected_oe property
protected
$icon
$style
protected_oe property
protected
$style
$title
protected_oe property
protected
$title