OnAfterBanningUser

Revision as of 03:19, 5 July 2016 by Sinisakrisan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 );
}