init() 공개 메소드

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