Current File : /home/masbinta/public_html/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Renderable.php
<?php

namespace Sabberworm\CSS;

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