ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilChatroomSmiliesGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
29 {
30  public static function _getExistingSmiliesTable(ilChatroomObjectGUI $a_ref): string
31  {
32  $table = new ilChatroomSmiliesTableGUI($a_ref, 'smiley');
33  $values = ilChatroomSmilies::_getSmilies();
34  $table->setData($values);
35 
36  return $table->getHTML();
37  }
38 }
Class ilChatroomSmiliesTableGUI Prepares table rows and fills them.
static _getExistingSmiliesTable(ilChatroomObjectGUI $a_ref)
Class ilChatroomSmiliesGUI Chat smiley GUI handler.