Renderable.php 159 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 <?php namespace Sabberworm\CSS; interface Renderable { public function __toString(); public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat); }