Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/php-css-parser/
Upload File :
Current File : /var/www/ljmtc/cbt/lib/php-css-parser/Renderable.php

<?php

namespace Sabberworm\CSS;

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