Goetas\Twital\Attribute\InternalIDAttribute::visit PHP Méthode

visit() public méthode

public visit ( DOMAttr $att, Compiler $context )
$att DOMAttr
$context Goetas\Twital\Compiler
    public function visit(\DOMAttr $att, Compiler $context)
    {
        $att->ownerElement->removeAttributeNode($att);
    }
InternalIDAttribute