Goetas\Twital\Node::visit PHP Method

visit() public method

Visit a node.
public visit ( DOMElement $node, Compiler $context ) : void
$node DOMElement
$context Compiler
return void
    public function visit(\DOMElement $node, Compiler $context);
Node