File "Renderable.php"

Full Path: /home/isoftco/public_html/hrm/vendor/sabberworm/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();
}