init() public method

Starts recording a block.
public init ( )
コード例 #1
0
ファイル: wgtLanguage.php プロジェクト: frenzelgmbh/appcommon
 public function init()
 {
     $this->language = Yii::$app->language;
     parent::init();
 }
コード例 #2
0
ファイル: Portlet.php プロジェクト: frenzelgmbh/appcommon
 public function init()
 {
     parent::init();
 }