PHP Class Encore\Admin\Widgets\InfoBox

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

Protected Properties

Свойство Type Description
$attributes

Méthodes publiques

Méthode Description
__construct ( string $name, string $icon, string $color, string $link, string $info ) : InfoBox InfoBox constructor.
render ( ) : string

Method Details

__construct() public méthode

InfoBox constructor.
public __construct ( string $name, string $icon, string $color, string $link, string $info ) : InfoBox
$name string
$icon string
$color string
$link string
$info string
Résultat InfoBox

render() public méthode

public render ( ) : string
Résultat string

Property Details

$attributes protected_oe property

protected $attributes