PHP 클래스 Texy\Modules\EmoticonModule

상속: extends Texy\Module
파일 보기 프로젝트 열기: dg/texy

공개 프로퍼티들

프로퍼티 타입 설명
$class CSS class for emoticons
$fileRoot physical location of images on server (default value is $texy->imageModule->fileRoot)
$icons supported emoticons and image files
$root root of relative images (default value is $texy->imageModule->root)

공개 메소드들

메소드 설명
__construct ( $texy )
beforeParse ( )
pattern ( Texy\LineParser $parser, array $matches ) : HtmlElement | string | FALSE Callback for: :-))).
solve ( HandlerInvocation $invocation, $emoticon, $raw ) : HtmlElement | FALSE Finish invocation.

메소드 상세

__construct() 공개 메소드

public __construct ( $texy )

beforeParse() 공개 메소드

public beforeParse ( )

pattern() 공개 메소드

Callback for: :-))).
public pattern ( Texy\LineParser $parser, array $matches ) : HtmlElement | string | FALSE
$parser Texy\LineParser
$matches array
리턴 Texy\HtmlElement | string | FALSE

solve() 공개 메소드

Finish invocation.
public solve ( HandlerInvocation $invocation, $emoticon, $raw ) : HtmlElement | FALSE
$invocation Texy\HandlerInvocation
리턴 Texy\HtmlElement | FALSE

프로퍼티 상세

$class 공개적으로 프로퍼티

CSS class for emoticons
public $class

$fileRoot 공개적으로 프로퍼티

physical location of images on server (default value is $texy->imageModule->fileRoot)
public $fileRoot

$icons 공개적으로 프로퍼티

supported emoticons and image files
public $icons

$root 공개적으로 프로퍼티

root of relative images (default value is $texy->imageModule->root)
public $root