Updated description
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
6
lib.php
6
lib.php
@ -53,9 +53,9 @@ function local_webhooks_change_status($serviceid) {
|
|||||||
/**
|
/**
|
||||||
* Search for services that contain the specified event.
|
* Search for services that contain the specified event.
|
||||||
*
|
*
|
||||||
* @param string $eventname
|
* @param string $eventname Event name
|
||||||
* @param number $limitfrom
|
* @param number $limitfrom Start position
|
||||||
* @param number $limitnum
|
* @param number $limitnum End position
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
function local_webhooks_search_record($eventname, $limitfrom = 0, $limitnum = 0) {
|
function local_webhooks_search_record($eventname, $limitfrom = 0, $limitnum = 0) {
|
||||||
|
Reference in New Issue
Block a user