<?php /** * Common control library 0.1 for Conjuro. */ return [ new class("html") extends Control{ protected function renderControl($meta,$data) { echo $meta["html"]; } } ]; ?>