コード例 #1
0
ファイル: _ide_helper.php プロジェクト: VictorAvelar/sfg
 /**
  * Get the session store implementation.
  *
  * @return \Illuminate\Session\Store $session
  * @static 
  */
 public static function getSessionStore()
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \Styde\Html\FormBuilder::getSessionStore();
 }