PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
plugins
/
amp
/
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(); }
[+]
Rule
[+]
Property
[-] OutputFormat.php
[open]
[+]
Value
[+]
CSSList
[-] Parser.php
[open]
[-] Settings.php
[open]
[+]
Parsing
[+]
RuleSet
[-] OutputFormatter.php
[open]
[+]
..
[+]
Comment
[-] Renderable.php
[open]