Ruleset implements RulesetInterface
Ruleset for Emojione
Table of Contents
Interfaces
Methods
- getAsciiRegexp() : string
- Returns the regexp to find ascii smilies.
- getAsciiReplace() : array<string|int, mixed>
- Returns the ascii unicode replacement rules.
- getShortcodeReplace() : array<string|int, mixed>
- Returns the shortcode unicode replacement rules.
- getUnicodeReplace() : array<string|int, mixed>
- Returns the unicode shortcode replacement rules.
Methods
getAsciiRegexp()
Returns the regexp to find ascii smilies.
public
getAsciiRegexp() : string
Return values
string —The regexp.
getAsciiReplace()
Returns the ascii unicode replacement rules.
public
getAsciiReplace() : array<string|int, mixed>
Return values
array<string|int, mixed> —The ascii unicode rules.
getShortcodeReplace()
Returns the shortcode unicode replacement rules.
public
getShortcodeReplace() : array<string|int, mixed>
Return values
array<string|int, mixed> —The shortcode unicode rules.
getUnicodeReplace()
Returns the unicode shortcode replacement rules.
public
getUnicodeReplace() : array<string|int, mixed>
Return values
array<string|int, mixed> —The unicode shortcode rules.