WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
sabberworm
/
php-css-parser
/
lib
/
Sabberworm
/
CSS
/
Value
/
Name
Action
..
CSSFunction.php
Edit
Color.php
Edit
PrimitiveValue.php
Edit
RuleValueList.php
Edit
Size.php
Edit
String.php
Edit
URL.php
Edit
Value.php
Edit
ValueList.php
Edit
Editing: Value.php
<?php namespace Sabberworm\CSS\Value; use Sabberworm\CSS\Renderable; abstract class Value implements Renderable { //Methods are commented out because re-declaring them here is a fatal error in PHP < 5.3.9 //public abstract function __toString(); //public abstract function render(\Sabberworm\CSS\OutputFormat $oOutputFormat); }