PHP Class Encore\Admin\Widgets\InfoBox

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

Protected Properties

Property Type Description
$attributes

Public Methods

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

Method Details

__construct() public method

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
return InfoBox

render() public method

public render ( ) : string
return string

Property Details

$attributes protected property

protected $attributes