XylotrechusZ
<?php
/**
* @copyright Copyright (c) 2009-2022 ThemeCatcher (https://www.themecatcher.net)
*/
interface Quform_Element_Editable
{
/**
* Get the field HTML when editing
*
* @return string
*/
public function getEditFieldHtml();
}