PHP Class Texy\Modules\ParagraphModule

Inheritance: extends Texy\Module
Mostra file Open project: dg/texy

Public Methods

Method Description
__construct ( $texy )
process ( BlockParser $parser, $content, HtmlElement $el ) : void
solve ( HandlerInvocation $invocation, $content, Modifier $mod = NULL ) : HtmlElement | FALSE Finish invocation.

Method Details

__construct() public method

public __construct ( $texy )

process() public method

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

solve() public method

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