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