\App\Admin\Extensions\WidgetsTxtBox

Summary

Methods
Properties
Constants
__construct()
title()
collapsable()
removable()
style()
solid()
render()
No public properties found
No constants found
variables()
$view
$title
$tools
$data
N/A
No private methods found
No private properties found
N/A

Properties

$view

$view : string

Type

string

$title

$title : string

Type

string

$tools

$tools : array

Type

array

$data

$data : array

Type

array

Methods

__construct()

__construct(string  $title = '',   $data = array()) 

Box constructor.

Parameters

string $title
$data

title()

title(string  $title) : $this

Set box title.

Parameters

string $title

Returns

$this

collapsable()

collapsable() : $this

Set box as collapsable.

Returns

$this

removable()

removable() : $this

Set box as removable.

Returns

$this

style()

style(string  $styles) : $this|\App\Admin\Extensions\Widgets\Box

Set box style.

Parameters

string $styles

Returns

$this|\App\Admin\Extensions\Widgets\Box

solid()

solid() : $this

Add `box-solid` class to box.

Returns

$this

render()

render() : string

Render box.

Returns

string

variables()

variables() : array

Variables in view.

Returns

array