コード例 #1
0
ファイル: DefaultController.php プロジェクト: criozone/Yii2
 public function actionEvent()
 {
     $component = new Common();
     $component->on(Common::EVENT_NOTIFY, [$component, 'notifyEventHandler']);
     $component->makeEvent();
 }