Changed documention
This commit is contained in:
parent
d5a3b0bd5e
commit
58148905f1
1 changed files with 8 additions and 7 deletions
15
mod/ping.php
15
mod/ping.php
|
@ -510,13 +510,14 @@ function ping_get_notifications($uid)
|
||||||
* @brief Backward-compatible XML formatting for ping.php output
|
* @brief Backward-compatible XML formatting for ping.php output
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*
|
*
|
||||||
* @param array $data The initial ping data array
|
* @param array $data The initial ping data array
|
||||||
* @param int $sysnotify Number of unseen system notifications
|
* @param int $sysnotify_count Number of unseen system notifications
|
||||||
* @param array $notifs Complete list of notification
|
* @param array $notifs Complete list of notification
|
||||||
* @param array $sysmsgs List of system notice messages
|
* @param array $sysmsgs List of system notice messages
|
||||||
* @param array $sysmsgs_info List of system info messages
|
* @param array $sysmsgs_info List of system info messages
|
||||||
* @param int $groups_unseen Number of unseen group items
|
* @param int $groups_unseen Number of unseen group items
|
||||||
* @param int $forums_unseen Number of unseen forum items
|
* @param int $forums_unseen Number of unseen forum items
|
||||||
|
*
|
||||||
* @return array XML-transform ready data array
|
* @return array XML-transform ready data array
|
||||||
*/
|
*/
|
||||||
function ping_format_xml_data($data, $sysnotify_count, $notifs, $sysmsgs, $sysmsgs_info, $groups_unseen, $forums_unseen)
|
function ping_format_xml_data($data, $sysnotify_count, $notifs, $sysmsgs, $sysmsgs_info, $groups_unseen, $forums_unseen)
|
||||||
|
|
Loading…
Reference in a new issue