Example #1
0
 public static function getItem($key)
 {
     if (CxSessionHandler::isSetItem($key)) {
         return $_SESSION[$key];
     }
     return null;
 }