コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the underlying session handler implementation.
  *
  * @return \SessionHandlerInterface 
  * @static 
  */
 public static function getHandler()
 {
     return \Illuminate\Session\Store::getHandler();
 }