示例#1
0
 /**
  *
  * @return type
  * @codeCoverageIgnore
  */
 public static function getInstance()
 {
     if (is_null(self::$instance)) {
         self::$instance = new PMSEPreProcessor();
     }
     return self::$instance;
 }