Difference between revisions of "OnAfterBanningUser"

(Created page with "===Description=== This event will be triggered when the user is banned. ===Params=== An array of two items; user id who performed the banning action and the user id which is...")
(No difference)

Revision as of 03:19, 5 July 2016

Description

This event will be triggered when the user is banned.

Params

An array of two items; user id who performed the banning action and the user id which is banned.

Example

function OnAfterBanningUser( --what here?-- ) 
{
     CNotificationLibrary::add( $cmd , $actor , $target , $subject , $body , $template , $params );
}