class BaseButton

创建按钮

Constants

TYPE_PAGE

TYPE_REQUEST

Properties

protected $title
protected $url
protected $type
protected $pageClass

Methods

__construct($btn_text, $url, $attribute = [])

No description

string
render()

Render CreateButton.

array
renderSkeleton()

No description

Details

at line 34
__construct($btn_text, $url, $attribute = [])

No description

Parameters

$btn_text
$url
$attribute

at line 62
string render()

Render CreateButton.

Return Value

string

at line 67
array renderSkeleton()

No description

Return Value

array