PHP 클래스 Texy\Modules\HtmlModule

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

공개 프로퍼티들

프로퍼티 타입 설명
$passComment pass HTML comments to output?

공개 메소드들

메소드 설명
__construct ( $texy )
patternComment ( Texy\LineParser $parser, array $matches ) : HtmlElement | string | FALSE Callback for: .
patternTag ( Texy\LineParser $parser, array $matches ) : HtmlElement | string | FALSE Callback for:
solveComment ( HandlerInvocation $invocation, $content ) : string Finish invocation.
solveTag ( HandlerInvocation $invocation, HtmlElement $el, $isStart, $forceEmpty = NULL ) : HtmlElement | string | FALSE Finish invocation.

메소드 상세

__construct() 공개 메소드

public __construct ( $texy )

patternComment() 공개 메소드

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

patternTag() 공개 메소드

..">.
public patternTag ( Texy\LineParser $parser, array $matches ) : HtmlElement | string | FALSE
$parser Texy\LineParser
$matches array
리턴 Texy\HtmlElement | string | FALSE

solveComment() 공개 메소드

Finish invocation.
public solveComment ( HandlerInvocation $invocation, $content ) : string
$invocation Texy\HandlerInvocation
리턴 string

solveTag() 공개 메소드

Finish invocation.
public solveTag ( HandlerInvocation $invocation, HtmlElement $el, $isStart, $forceEmpty = NULL ) : HtmlElement | string | FALSE
$invocation Texy\HandlerInvocation
$el Texy\HtmlElement
리턴 Texy\HtmlElement | string | FALSE

프로퍼티 상세

$passComment 공개적으로 프로퍼티

pass HTML comments to output?
public $passComment