コード例 #1
0
 public static function getInstance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new DatawrapperTheme();
     }
     return self::$instance;
 }