PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
sabberworm
/
php-css-parser
/
src
<?php namespace Sabberworm\CSS; interface Renderable { /** * @return string */ public function __toString(); /** * @return string */ public function render(OutputFormat $oOutputFormat); /** * @return int */ public function getLineNo(); }
[-] Parser.php
[edit]
[+]
Property
[-] Renderable.php
[edit]
[-] OutputFormat.php
[edit]
[-] OutputFormatter.php
[edit]
[+]
Parsing
[+]
CSSList
[+]
Comment
[-] Settings.php
[edit]
[+]
RuleSet
[+]
..
[+]
Rule
[+]
Value