sroehrl/neoan3-template

View on GitHub
Attributes/DomAttribute.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Neoan3\Apps\Template\Attributes;

interface DomAttribute
{
    function __invoke(\DOMAttr &$attr, $contextData = []): void;
}