|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilChatroomSmilies. More...
Collaboration diagram for ilChatroomSmilies:Static Public Member Functions | |
| static | _checkSetup () |
| Checks if smiley folder is available; if not it will try to create folder and performs actions for an initial smiley set. More... | |
| static | _getSmileyDir () |
| Path to smilies. More... | |
| static | _deleteMultipleSmilies ($ids=array()) |
| Deletes multiple smilies by given id array. More... | |
| static | getSmiliesBasePath () |
| Returns smilies basepath. More... | |
| static | _prepareKeywords ($words) |
| Trims given keywords and returns them in one array. More... | |
|
static |
Checks if smiley folder is available; if not it will try to create folder and performs actions for an initial smiley set.
Definition at line 61 of file class.ilChatroomSmilies.php.
References $lng, $path, _getSmileyDir(), ilUtil\makeDirParents(), ilUtil\sendFailure(), ilUtil\sendInfo(), and ilUtil\sendSuccess().
Referenced by ilChatroomAdminSmileyGUI\editSmiliesObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Deletes multiple smilies by given id array.
@global ilDBInterface $ilDB
| array | $ids |
Definition at line 147 of file class.ilChatroomSmilies.php.
|
static |
Path to smilies.
Definition at line 111 of file class.ilChatroomSmilies.php.
References ilUtil\getWebspaceDir().
Referenced by _checkSetup().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Trims given keywords and returns them in one array.
| string | $words |
Definition at line 351 of file class.ilChatroomSmilies.php.
|
static |
Returns smilies basepath.
Definition at line 283 of file class.ilChatroomSmilies.php.