abstract class TemplateCheck

Constants

XMLNS_XSL

XSL namespace

Methods

void
check(DOMElement $template, Tag $tag)

Check a template for infractions to this check and throw any relevant Exception

Details

at line 30
abstract void check(DOMElement $template, Tag $tag)

Check a template for infractions to this check and throw any relevant Exception

Parameters

DOMElement $template

node

Tag $tag

Tag this template belongs to

Return Value

void