PHP 클래스 TbTabView

Use TbTabView as replacement for Yii CTabView
상속: extends TbTabs
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$viewData array Additional data submitted to the views

보호된 메소드들

메소드 설명
normalizeTabs ( array $tabs, array &$panes, integer &$i ) : array ### .normalizeTabs()

메소드 상세

normalizeTabs() 보호된 메소드

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
리턴 array the items

프로퍼티 상세

$viewData 공개적으로 프로퍼티

Additional data submitted to the views
public array $viewData
리턴 array