コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Registers a SessionBagInterface with the session.
  *
  * @param \Symfony\Component\HttpFoundation\Session\SessionBagInterface $bag
  * @static 
  */
 public static function registerBag($bag)
 {
     return \Illuminate\Session\Store::registerBag($bag);
 }