Exemplo n.º 1
0
 public static function getInstance()
 {
     if (!self::$classInstance instanceof SPVIDEOLITE_CLASS_ImportService) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }