oont-contents/plugins/mailpoet/vendor-prefixed/sabberworm/php-css-parser/src/Renderable.php
2025-02-08 15:10:23 +01:00

9 lines
218 B
PHP

<?php
namespace MailPoetVendor\Sabberworm\CSS;
if (!defined('ABSPATH')) exit;
interface Renderable
{
public function __toString();
public function render(OutputFormat $oOutputFormat);
public function getLineNo();
}