|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilChatroomSmilies. More...
Collaboration diagram for ilChatroomSmilies:Static Public Member Functions | |
| static | _initial () |
| Performs initial setup (db, dirs, default data) More... | |
| 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 Private Member Functions | |
| static | _setupFolder () |
| Setup directory. 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 117 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 210 of file class.ilChatroomSmilies.php.
References $ilDB.
|
static |
Path to smilies.
Definition at line 173 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 |
Returns smilies basepath.
Definition at line 348 of file class.ilChatroomSmilies.php.
References ilUtil\getWebspaceDir().
Referenced by ilChatroomAdminSmileyGUI\updateSmiliesObject(), and ilChatroomAdminSmileyGUI\uploadSmileyObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Performs initial setup (db, dirs, default data)
Definition at line 15 of file class.ilChatroomSmilies.php.
References _setupFolder().
Here is the call graph for this function:
|
static |
Trims given keywords and returns them in one array.
| string | $words |
Definition at line 418 of file class.ilChatroomSmilies.php.
Referenced by ilChatroomAdminSmileyGUI\updateSmiliesObject(), and ilChatroomAdminSmileyGUI\uploadSmileyObject().
Here is the caller graph for this function:
|
staticprivate |
Setup directory.
Definition at line 101 of file class.ilChatroomSmilies.php.
References $path, and ilUtil\getWebspaceDir().
Referenced by _initial().
Here is the call graph for this function:
Here is the caller graph for this function: