ILIAS  release_8 Revision v8.24
class.ilChatroomSmiliesGUI.php
Go to the documentation of this file.
1<?php
2
19declare(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 ilChatroomSmiliesGUI Chat smiley GUI handler.
static _getExistingSmiliesTable(ilChatroomObjectGUI $a_ref)
Class ilChatroomSmiliesTableGUI Prepares table rows and fills them.