File "Htmlable.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/vendor/woocommerce/action-scheduler/deprecated/Htmlable.php
File size: 186 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FluentForm\Framework\Support;
interface Htmlable
{
/**
* Get content as a string of HTML.
*
* @return string
*/
public function toHtml();
}