EmojiInfo
in package
Table of Contents
- $emojiId : string
- $index : int
- $length : int
- $productId : string
- __construct() : mixed
- Emoji Info Constructor
- getEmojiId() : string
- Returns id of emoji.
- getIndex() : int
- Returns index of emoji
- getLength() : int
- Returns length of emoji.
- getProductId() : string
- Returns productId of emoji.
Properties
$emojiId
private
string
$emojiId
$index
private
int
$index
$length
private
int
$length
$productId
private
string
$productId
Methods
__construct()
Emoji Info Constructor
public
__construct(array<string|int, mixed> $emojiInfo) : mixed
Parameters
- $emojiInfo : array<string|int, mixed>
Return values
mixed —getEmojiId()
Returns id of emoji.
public
getEmojiId() : string
Return values
string —getIndex()
Returns index of emoji
public
getIndex() : int
Return values
int —getLength()
Returns length of emoji.
public
getLength() : int
Return values
int —getProductId()
Returns productId of emoji.
public
getProductId() : string