コード例 #1
0
ファイル: SocialAuther.php プロジェクト: egorlost/mysite
 /**
  * Call method authenticate() of adater class
  *
  * @return bool
  */
 public function authenticate()
 {
     return $this->adapter->authenticate();
 }