ILIAS
release_4-3 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
class.ilChatroomSmiliesTask.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
13
class
ilChatroomSmiliesTask
extends
ilDBayTaskHandler
14
{
15
16
private
$gui
;
17
25
public
function
__construct
(
ilDBayObjectGUI
$gui
)
26
{
27
$this->gui =
$gui
;
28
}
29
36
public
function
executeDefault
($method)
37
{
38
global
$tpl
;
39
40
$this->gui->switchToVisibleMode();
41
$tpl->setVariable(
'ADM_CONTENT'
,
'hallo welt'
);
42
}
43
44
}
45
46
?>
Modules
Chatroom
classes
admintasks
class.ilChatroomSmiliesTask.php
Generated on Sat Apr 30 2016 19:00:34 for ILIAS by
1.8.1.2 (using
Doxyfile
)