PHP Class Texy\Modules\HtmlModule

Inheritance: extends Texy\Module
Afficher le fichier Open project: dg/texy

Méthodes publiques

Свойство Type Description
$passComment pass HTML comments to output?

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

public __construct ( $texy )

patternComment() public méthode

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

patternTag() public méthode

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

solveComment() public méthode

Finish invocation.
public solveComment ( HandlerInvocation $invocation, $content ) : string
$invocation Texy\HandlerInvocation
Résultat string

solveTag() public méthode

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

Property Details

$passComment public_oe property

pass HTML comments to output?
public $passComment