Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
1 <?php 2 3 namespace Sabberworm\CSS; 4 5 interface Renderable { 6 public function __toString(); 7 public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat); 8 public function getLineNo(); 9 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body