コード例 #1
0
ファイル: Container.php プロジェクト: codenest/ahem
 /**
  * Store the passed $data in the session.
  *
  * @param array $data
  * @return void
  */
 protected function flash(array $data = array())
 {
     $this->session->flash($this->config->storeKey(), $data);
 }