Ajout du service Monitoring

This commit is contained in:
Michael RICOIS 2015-04-27 18:20:18 +00:00
parent f842647cf6
commit 5990a1b39a
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
getSurveillances
getSurveillance

View File

@ -0,0 +1,11 @@
<?php
require_once __DIR__ . '/Types.php';
class Monitoring extends Scores_Ws_Server
{
protected function getSurveillances($source){}
protected function getSurveillance($){}
protected function getSurveillanceById(){}
}

View File

@ -0,0 +1 @@
<?php