dolibarr 18.0.6
|
Set of function 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 function 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 | $authentication | Array with authentication informations ('login'=>,'password'=>,'entity'=>,'dolibarrkey'=>) |
int | $error | Number of errors |
string | $errorcode | Error string code |
string | $errorlabel | Error string label |
Definition at line 35 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().