Ajout méthode webservice
This commit is contained in:
parent
b00946e418
commit
cebc71bb73
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user