EventHandler
Table of Contents
Methods
-
onAfterUserAdd()
: void
-
onAfterUserDelete()
: void
-
onAfterUserUpdate()
: void
-
setGroup()
: void
onAfterUserAdd()
public
static onAfterUserAdd(mixed $fields) : void
Parameters
-
$fields
: mixed
-
-
throws
-
LoaderException
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
Exception
onAfterUserDelete()
public
static onAfterUserDelete(mixed $userId) : void
Parameters
-
$userId
: mixed
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SqlQueryException
-
throws
-
SystemException
onAfterUserUpdate()
public
static onAfterUserUpdate(mixed $fields) : void
Parameters
-
$fields
: mixed
-
-
throws
-
ObjectPropertyException
-
throws
-
LoaderException
-
throws
-
ArgumentException
-
throws
-
SystemException
-
throws
-
Exception
setGroup()
public
static setGroup(int $userId, int $groupId) : void
Parameters
-
$userId
: int
-
-
$groupId
: int
-
-
throws
-
Exception