add comment on function
This commit is contained in:
parent
0e72085be6
commit
2209d31b2c
@ -655,11 +655,11 @@ if (is_object($db)) {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* send email to validator for current leave represented by (id)
|
* send email to validator for current leave represented by (id)
|
||||||
* @param $id
|
* @param $id validator for current leave represented by (id)
|
||||||
* @param $cancreate
|
* @param $cancreate flag for user right
|
||||||
* @param $now
|
* @param $now date
|
||||||
* @param $autoValidation
|
* @param $autoValidation boolean flag on autovalidation
|
||||||
* @return string|void
|
* @return stdClass
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
function sendMail($id, $cancreate, $now, $autoValidation)
|
function sendMail($id, $cancreate, $now, $autoValidation)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user