Skip to content

Commit

Permalink
removed htmlconfig interface and added makeEvent method to AttributeF…
Browse files Browse the repository at this point in the history
…actoryInterface.php
  • Loading branch information
dwilbourne committed Sep 3, 2024
1 parent 059cd09 commit e7c2538
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 58 deletions.
7 changes: 7 additions & 0 deletions src/html/attribute/AttributeFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ public function makeCustomData(
string $name,
ValTesterInterface $valueTester = null
): AttributeInterface;

/**
* makeEvent
* @param string $eventName
* @return AttributeInterface<ValueType, ValTesterType>
*/
public function makeEvent(string $eventName): AttributeInterface;
}
58 changes: 0 additions & 58 deletions src/html/config/HtmlConfigInterface.php

This file was deleted.

0 comments on commit e7c2538

Please sign in to comment.