コード例 #1
0
ファイル: Strong.php プロジェクト: rnikhil275/petition
 /**
  * Get the users details stored in Session
  *
  * @return array
  */
 public function getUser()
 {
     return $this->provider->getUser();
 }