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();
 }