File "Htmlable.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Support/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();
}