PHP 클래스 Texy\Modules\PhraseModule

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

공개 프로퍼티들

프로퍼티 타입 설명
$linksAllowed are links allowed?
$tags

공개 메소드들

메소드 설명
__construct ( $texy )
patternNoTexy ( Texy\LineParser $parser, array $matches ) : string
patternPhrase ( Texy\LineParser $parser, array $matches, $phrase ) : HtmlElement | string | FALSE Callback for: **.
patternSupSub ( Texy\LineParser $parser, array $matches, $phrase ) : HtmlElement | string | FALSE Callback for: any^2 any_2.
solve ( HandlerInvocation $invocation, $phrase, $content, Modifier $mod, Link $link = NULL ) : HtmlElement Finish invocation.

메소드 상세

__construct() 공개 메소드

public __construct ( $texy )

patternNoTexy() 공개 메소드

public patternNoTexy ( Texy\LineParser $parser, array $matches ) : string
$parser Texy\LineParser
$matches array
리턴 string

patternPhrase() 공개 메소드

... .(title)[class]{style}**:LINK.
public patternPhrase ( Texy\LineParser $parser, array $matches, $phrase ) : HtmlElement | string | FALSE
$parser Texy\LineParser
$matches array
리턴 Texy\HtmlElement | string | FALSE

patternSupSub() 공개 메소드

Callback for: any^2 any_2.
public patternSupSub ( Texy\LineParser $parser, array $matches, $phrase ) : HtmlElement | string | FALSE
$parser Texy\LineParser
$matches array
리턴 Texy\HtmlElement | string | FALSE

solve() 공개 메소드

Finish invocation.
public solve ( HandlerInvocation $invocation, $phrase, $content, Modifier $mod, Link $link = NULL ) : HtmlElement
$invocation Texy\HandlerInvocation
$mod Texy\Modifier
$link Texy\Link
리턴 Texy\HtmlElement

프로퍼티 상세

$linksAllowed 공개적으로 프로퍼티

are links allowed?
public $linksAllowed

$tags 공개적으로 프로퍼티

public $tags