init() public method

Initializes the widget.
public init ( )
コード例 #1
-1
ファイル: NavBar.php プロジェクト: semnt/tp01
 public function init()
 {
     if ($this->brandGlyphicon) {
         $this->brandLabel = Html::glyphicon($this->brandGlyphicon) . $this->brandLabel;
     }
     parent::init();
 }