class DisallowElement extends TemplateCheck

Constants

XMLNS_XSL

XSL namespace

Properties

string $elName

Methods

void
check(DOMElement $template, Tag $tag)

Test for the presence of an element of given name

__construct(string $elName)

Constructor

Details

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

Test for the presence of an element of given name

Parameters

DOMElement $template

node

Tag $tag

Tag this template belongs to

Return Value

void

at line 28
__construct(string $elName)

Constructor

Parameters

string $elName

Local name of the disallowed element