Add documentation

This commit is contained in:
Paula Quispe
2017-11-10 16:50:21 -04:00
parent ac4cf8259a
commit b54aff86db

View File

@@ -5488,11 +5488,11 @@ class Cases
* This function send an email notification when tas_send_last_email = true * This function send an email notification when tas_send_last_email = true
* The users assigned to the next task will receive a custom email message when the case is routed * The users assigned to the next task will receive a custom email message when the case is routed
* *
* @param $taskUid * @param string $taskUid
* @param $arrayTask * @param array $arrayTask
* @param $arrayData * @param array $arrayData
* @param $applicationUid * @param string $applicationUid
* @param $delIndex * @param integer $delIndex
* @param string $from * @param string $from
* *
* @return bool * @return bool