for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Goetas\Twital\Attribute;
use Goetas\Twital\Attribute as AttributeBase;
use Goetas\Twital\Compiler;
/**
*
* @author Asmir Mustafic <[email protected]>
*/
class InternalIDAttribute implements AttributeBase
{
public function visit(\DOMAttr $att, Compiler $context)
$att->ownerElement->removeAttributeNode($att);
}