dolibarr 19.0.3
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getActionComm ($authentication, $id) | |
Get ActionComm. | |
getListActionCommType ($authentication) | |
Get getListActionCommType. | |
createActionComm ($authentication, $actioncomm) | |
Create ActionComm. | |
updateActionComm ($authentication, $actioncomm) | |
Create ActionComm. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_actioncomm.php.
createActionComm | ( | $authentication, | |
$actioncomm ) |
Create ActionComm.
array | $authentication | Array of authentication information |
ActionComm | $actioncomm | $actioncomm |
Definition at line 435 of file server_actioncomm.php.
References check_authentication(), dol_now(), and dol_syslog().
getActionComm | ( | $authentication, | |
$id ) |
Get ActionComm.
array | $authentication | Array of authentication information |
int | $id | Id of object |
Definition at line 274 of file server_actioncomm.php.
References check_authentication(), dol_print_date(), and dol_syslog().
getListActionCommType | ( | $authentication | ) |
Get getListActionCommType.
array | $authentication | Array of authentication information |
Definition at line 376 of file server_actioncomm.php.
References check_authentication(), and dol_syslog().
updateActionComm | ( | $authentication, | |
$actioncomm ) |
Create ActionComm.
array | $authentication | Array of authentication information |
ActionComm | $actioncomm | $actioncomm |
Definition at line 518 of file server_actioncomm.php.
References check_authentication(), dol_now(), and dol_syslog().