ok
Direktori : /home2/selectio/public_html/tnpsctestbatch.com/lib/php-css-parser/lib/Sabberworm/CSS/ |
Current File : /home2/selectio/public_html/tnpsctestbatch.com/lib/php-css-parser/lib/Sabberworm/CSS/Renderable.php |
<?php namespace Sabberworm\CSS; interface Renderable { public function __toString(); public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat); public function getLineNo(); }