Пример #1
0
 /**
  * Sets the session
  */
 public static function set_session(SessionData $session)
 {
     self::$session = $session;
 }