%PDF- %PDF-
| Direktori : /www/loslex/demo/vendor/sabberworm/php-css-parser/src/Value/ |
| Current File : /www/loslex/demo/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php |
<?php
namespace Sabberworm\CSS\Value;
abstract class PrimitiveValue extends Value
{
/**
* @param int $iLineNo
*/
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}
}