Current Path : /home/ncdcgo/ele.ncdc.go.ug/lib/php-css-parser/ |
Current File : /home/ncdcgo/ele.ncdc.go.ug/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(); }