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( '0.4' => array(
'getCategory' => null, 'getCategory' => null,
'getAccess' => null,
'getClient' => null, 'getClient' => null,
'getClientServices' => null, 'getClientServices' => null,
'getClients' => null, 'getClients' => null,
'getService' => null, 'getService' => array(
'getServices' => null, 'debug' => true,
),
'getServiceList' => array(
'debug' => true,
),
'getUser' => null, 'getUser' => null,
'getUserEmail' => null, 'getUserEmail' => null,
'getUserHistory' => array( 'getUserHistory' => array(
'debug' => true, 'debug' => true,
), ),
'getUsers' => null, 'getUserList' => array(
'debug' => true,
),
'loginAuthenticate' => null, 'loginAuthenticate' => null,
'setCGU' => null, 'setCGU' => null,
'setService' => null, 'setService' => null,