PATH:
home
/
lab2454c
/
gemition.com
/
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(); }
[-] Settings.php
[edit]
[-] OutputFormat.php
[edit]
[+]
..
[+]
Property
[-] Parser.php
[edit]
[-] OutputFormatter.php
[edit]
[+]
Parsing
[-] Renderable.php
[edit]
[+]
CSSList
[+]
Value
[+]
RuleSet
[+]
Comment
[+]
Rule