final class TexyEmoticonModule extends TexyModule

Emoticon module.

Properties

array $icons
string $class
string $root
string $fileRoot

Methods

__construct($texy)

No description

beforeParse()

No description

TexyHtml|string|false
pattern($parser, $matches)

Callback for: :-))).

TexyHtml|false
solve($invocation, $emoticon, $raw)

Finish invocation.

Details

at line 38
__construct($texy)

No description

Parameters

$texy

at line 47
beforeParse()

No description

at line 77
TexyHtml|string|false pattern($parser, $matches)

Callback for: :-))).

Parameters

$parser
$matches

Return Value

TexyHtml|string|false

at line 101
TexyHtml|false solve($invocation, $emoticon, $raw)

Finish invocation.

Parameters

$invocation
$emoticon
$raw

Return Value

TexyHtml|false