WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
sabberworm
/
php-css-parser
/
lib
/
Sabberworm
/
CSS
/
Name
Action
..
CSSList
OutputFormat.php
Edit
Parser.php
Edit
Parsing
Property
Renderable.php
Edit
Rule
RuleSet
Settings.php
Edit
Value
Editing: Renderable.php
<?php namespace Sabberworm\CSS; interface Renderable { public function __toString(); public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat); }