add sps service
This commit is contained in:
@@ -105,7 +105,7 @@ class SpsSqlManager extends SQLManager {
|
||||
* @param array $queryArgs
|
||||
* @return array [num][assoc]
|
||||
*/
|
||||
public function sendSpsAliasQuery($queryArgs = array()) {
|
||||
public function sendSpsAliasQuery($queryArgs) {
|
||||
|
||||
// check arguments of the query
|
||||
if (array_key_exists(\api\SpsApi::$keyAlias, $queryArgs)) {
|
||||
@@ -136,7 +136,7 @@ class SpsSqlManager extends SQLManager {
|
||||
* @param array $queryArgs
|
||||
* @return array [num][assoc]
|
||||
*/
|
||||
public function sendSpsCoordinateQuery($queryArgs = array()) {
|
||||
public function sendSpsCoordinateQuery($queryArgs) {
|
||||
|
||||
// check arguments of the query
|
||||
if (array_key_exists(\api\SpsApi::$keyPoly, $queryArgs)) {
|
||||
|
||||
Reference in New Issue
Block a user