예제 #1
0
 public static function getInstance()
 {
     if (self::$datawrapper === null) {
         self::$datawrapper = new DatawrapperSession();
     }
     return self::$datawrapper;
 }