PHP 클래스 Texy\Modules\ParagraphModule

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

공개 메소드들

메소드 설명
__construct ( $texy )
process ( BlockParser $parser, $content, HtmlElement $el ) : void
solve ( HandlerInvocation $invocation, $content, Modifier $mod = NULL ) : HtmlElement | FALSE Finish invocation.

메소드 상세

__construct() 공개 메소드

public __construct ( $texy )

process() 공개 메소드

public process ( BlockParser $parser, $content, HtmlElement $el ) : void
$parser Texy\BlockParser
$el Texy\HtmlElement
리턴 void

solve() 공개 메소드

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