Example #1
0
 public function get($key = FALSE, $default = FALSE)
 {
     return Core\Session::get($key, $default);
 }