add SQCManager
This commit is contained in:
27
geoapi/api/SpsApi.php
Normal file
27
geoapi/api/SpsApi.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
include_once "../../global.inc.php";
|
||||
|
||||
require_once PATH_API."/Api.php";
|
||||
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Description of HelloApi
|
||||
*
|
||||
* @author stubbfel
|
||||
*/
|
||||
class SpsApi extends Api{
|
||||
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function __destruct() {
|
||||
parent::__destruct();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user