| Current Path : /var/www/html/demo-borrar/lib/php-css-parser/Value/ |
| Current File : /var/www/html/demo-borrar/lib/php-css-parser/Value/PrimitiveValue.php |
<?php
namespace Sabberworm\CSS\Value;
abstract class PrimitiveValue extends Value {
public function __construct($iLineNo = 0) {
parent::__construct($iLineNo);
}
}