コード例 #1
0
ファイル: Alert.php プロジェクト: aoopvn/EduSec4.0.0
 /**
  * Runs the widget
  */
 public function run()
 {
     echo $this->getTitle();
     parent::run();
 }
コード例 #2
0
ファイル: Alert.php プロジェクト: nsanden/Yii2-AspectMock
 public function run()
 {
     if (!$this->_doNotRender) {
         parent::run();
     }
 }