File "Renderable.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/timetable/libraries/dompdf/lib/php-css-parser/lib/Sabberworm/CSS/Renderable.php
File size: 189 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Sabberworm\CSS;

interface Renderable {
	public function __toString();
	public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat);
	public function getLineNo();
}