PHP Class Encore\Admin\Widgets\Callout

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

Protected Properties

Property Type Description
$content
$style
$title

Public Methods

Method Description
__construct ( $content, $title = '', $style = 'danger' )
render ( )
style ( $style = 'info' )

Protected Methods

Method Description
variables ( )

Method Details

__construct() public method

public __construct ( $content, $title = '', $style = 'danger' )

render() public method

public render ( )

style() public method

public style ( $style = 'info' )

variables() protected method

protected variables ( )

Property Details

$content protected property

protected $content

$style protected property

protected $style

$title protected property

protected $title