ILIAS
release_4-3 Revision
|
Static Public Member Functions | |
static | handleEvent ($a_component, $a_event, $a_parameter) |
Handle an event in a listener. |
Protected Member Functions | |
handleMembership (ilObjUser $user) | |
Assign mmissing course/groups to new user accounts. |
Static Protected Member Functions | |
static | _sendNotification (ilECSSetting $server, ilObjUser $user_obj) |
send notification about new user accounts |
Definition at line 36 of file class.ilECSAppEventListener.php.
|
staticprotected |
send notification about new user accounts
protected
Definition at line 106 of file class.ilECSAppEventListener.php.
References $lang, ilMail\_getAutoGeneratedMessageString(), ilLanguageFactory\_getLanguage(), ilObject\getId(), ilObjUser\getProfileAsString(), ilECSSetting\getServerId(), ilECSSetting\getUserRecipients(), and ilECSSetting\getUserRecipientsAsString().
Referenced by handleEvent().
|
static |
Handle an event in a listener.
string | $a_component | component, e.g. "Modules/Forum" or "Services/User" |
string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... |
array | $a_parameter | parameter array (assoc), array("name" => ..., "phone_office" => ...) |
Implements ilAppEventListener.
Definition at line 45 of file class.ilECSAppEventListener.php.
References $GLOBALS, $ilLog, ilObjUser\_lookupAuthMode(), _sendNotification(), ilObjectFactory\getInstanceByObjId(), ilECSSetting\getInstanceByServerId(), handleMembership(), IL_CAL_MONTH, IL_CAL_UNIX, and ilECSImport\lookupServerId().
|
protected |
Assign mmissing course/groups to new user accounts.
ilObjUser | $user |
Definition at line 148 of file class.ilECSAppEventListener.php.
References ilObjUser\getAuthMode(), and ilECSSetting\lookupAuthMode().
Referenced by handleEvent().