dolibarr 21.0.0-alpha
|
Set of functions for manipulating web services. More...
Go to the source code of this file.
Functions | |
check_authentication ($authentication, &$error, &$errorcode, &$errorlabel) | |
Check authentication array and set error, errorcode, errorlabel. | |
Set of functions for manipulating web services.
Definition in file ws.lib.php.
check_authentication | ( | $authentication, | |
& | $error, | ||
& | $errorcode, | ||
& | $errorlabel ) |
Check authentication array and set error, errorcode, errorlabel.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array with authentication information ('login'=>,'password'=>,'entity'=>,'dolibarrkey'=>) | |
int | $error | Number of errors |
string | $errorcode | Error string code |
string | $errorlabel | Error string label |
Definition at line 37 of file ws.lib.php.
References checkLoginPassEntity().
Referenced by createActionComm(), createContact(), createInvoice(), createInvoiceFromOrder(), createOrder(), createPayment(), createProductOrService(), createProject(), createThirdParty(), createUserFromThirdparty(), deleteProductOrService(), deleteThirdParty(), getActionComm(), getCategory(), getContact(), getContactsForThirdParty(), getDocument(), getInvoice(), getInvoicesForThirdParty(), getListActionCommType(), getListOfGroups(), getListOfProductsOrServices(), getListOfThirdParties(), getOrder(), getOrdersForThirdParty(), getProductOrService(), getProductsForCategory(), getProject(), getSupplierInvoice(), getSupplierInvoicesForThirdParty(), getThirdParty(), getUser(), getVersions(), setUserPassword(), updateActionComm(), updateContact(), updateInvoice(), updateOrder(), updateProductOrService(), updateThirdParty(), and validOrder().