Yioop_V9.5_Source_Code_Documentation

EmojipickerHelper extends Helper
in package

This is a helper class is used to handle drawing of Emojis in the Usermessages activity

Tags
author

Chris Pollett

Table of Contents

$emoji_groups  : array<string|int, mixed>
Array to store Emojis divided into groups. The keys are shortcut for emojis and values are array of Emoji and its description.
__construct()  : mixed
Intialises emoji_groups array when the object is created so same object can be used when sending the messages.
render()  : mixed
Draws a div containing emojis

Properties

$emoji_groups

Array to store Emojis divided into groups. The keys are shortcut for emojis and values are array of Emoji and its description.

public array<string|int, mixed> $emoji_groups

Methods

__construct()

Intialises emoji_groups array when the object is created so same object can be used when sending the messages.

public __construct() : mixed
Return values
mixed

render()

Draws a div containing emojis

public render() : mixed
Return values
mixed

        

Search results