Ajout méthode webservice

This commit is contained in:
Michael RICOIS 2016-05-27 10:09:43 +02:00
parent b00946e418
commit cebc71bb73

View File

@ -35,17 +35,24 @@ return array(
),
'0.4' => array(
'getCategory' => null,
'getAccess' => null,
'getClient' => null,
'getClientServices' => null,
'getClients' => null,
'getService' => null,
'getServices' => null,
'getService' => array(
'debug' => true,
),
'getServiceList' => array(
'debug' => true,
),
'getUser' => null,
'getUserEmail' => null,
'getUserHistory' => array(
'debug' => true,
),
'getUsers' => null,
'getUserList' => array(
'debug' => true,
),
'loginAuthenticate' => null,
'setCGU' => null,
'setService' => null,