(#3) - templating

This commit was merged in pull request #9.
This commit is contained in:
Martin Slachta
2026-06-14 07:16:13 +02:00
parent f4d3972d07
commit 7d7f748f7a
31 changed files with 661 additions and 126 deletions
@@ -1,6 +1,5 @@
<?php
interface RsvFormElementHandler {
function draw(RsvFormElementDefinition $def) : void;