ILIAS  release_8 Revision v8.23
ilChatroomSmiliesGUI Class Reference

Class ilChatroomSmiliesGUI Chat smiley GUI handler. More...

+ Collaboration diagram for ilChatroomSmiliesGUI:

Static Public Member Functions

static _getExistingSmiliesTable (ilChatroomObjectGUI $a_ref)
 

Detailed Description

Class ilChatroomSmiliesGUI Chat smiley GUI handler.

Author
Jan Posselt jposs.nosp@m.elt@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Version
$Id$

Definition at line 28 of file class.ilChatroomSmiliesGUI.php.

Member Function Documentation

◆ _getExistingSmiliesTable()

static ilChatroomSmiliesGUI::_getExistingSmiliesTable ( ilChatroomObjectGUI  $a_ref)
static

Definition at line 30 of file class.ilChatroomSmiliesGUI.php.

Referenced by ilChatroomAdminSmileyGUI\editSmiliesObject().

30  : string
31  {
32  $table = new ilChatroomSmiliesTableGUI($a_ref, 'smiley');
33  $values = ilChatroomSmilies::_getSmilies();
34  $table->setData($values);
35 
36  return $table->getHTML();
37  }
Class ilChatroomSmiliesTableGUI Prepares table rows and fills them.
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: