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