| Current Path : /var/www/html/formacion.bdp.com.py-bk/lib/php-css-parser/ |
| Current File : /var/www/html/formacion.bdp.com.py-bk/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();
}