| Current Path : /proc/self/root/var/www/html/demo-borrar/lib/php-css-parser/ |
| Current File : //proc/self/root/var/www/html/demo-borrar/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();
}