PHP Class Encore\Admin\Widgets\Tab

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
add ( $title, $content )
dropDown ( array $links )
render ( )
title ( $title = '' )

Method Details

add() public method

public add ( $title, $content )

dropDown() public method

public dropDown ( array $links )
$links array

render() public method

public render ( )

title() public method

public title ( $title = '' )

Property Details

$attributes protected property

protected $attributes