ILIAS
eassessment Revision 61809
|
Static Public Member Functions | |
static | handleEvent ($a_component, $a_event, $a_parameter) |
Handle an event in a listener. |
Static Protected Member Functions | |
static | _sendNotification ($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 139 of file class.ilECSAppEventListener.php.
References $lang, ilMail\_getAutoGeneratedMessageString(), ilECSSettings\_getInstance(), and ilLanguageFactory\_getLanguage().
Referenced by handleEvent().
|
static |
Handle an event in a listener.
string | $a_component | component, e.g. "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 $desc, $error, $ilLog, $lang, ilMail\_getAutoGeneratedMessageString(), ilECSSettings\_getInstance(), ilLanguageFactory\_getLanguage(), ilLink\_getStaticLink(), ilObjUser\_lookupAuthMode(), _sendNotification(), ilObjectFactory\getInstanceByObjId(), IL_CAL_MONTH, and IL_CAL_UNIX.