コード例 #1
0
ファイル: Service.php プロジェクト: barbq/yii2eauth
 /**
  * Initialize the component.
  */
 public function init()
 {
     parent::init();
     $this->auth = new LightOpenID(Yii::$app->getRequest()->getHostInfo());
 }