PHP Class TbTabView

Use TbTabView as replacement for Yii CTabView
Inheritance: extends TbTabs
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$viewData array Additional data submitted to the views

Protected Methods

Method Description
normalizeTabs ( array $tabs, array &$panes, integer &$i ) : array ### .normalizeTabs()

Method Details

normalizeTabs() protected method

Override from TbTabs
protected normalizeTabs ( array $tabs, array &$panes, integer &$i ) : array
$tabs array the tab configuration
$panes array a reference to the panes array
$i integer the current index
return array the items

Property Details

$viewData public property

Additional data submitted to the views
public array $viewData
return array