Merge branch 'MDL-57742_master' of git://github.com/markn86/moodle
[moodle.git] / lib / php-css-parser / Renderable.php
blob3ac06652e515d466bc0a19f1f4139ef7b52e66ce
1 <?php
3 namespace Sabberworm\CSS;
5 interface Renderable {
6 public function __toString();
7 public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat);
8 public function getLineNo();