Encore\Admin\Widgets\Alert::variables PHP Method

variables() protected method

protected variables ( )
    protected function variables()
    {
        return ['title' => $this->title, 'content' => $this->content, 'style' => $this->style, 'icon' => $this->icon];
    }