| Current Path : /var/www/html/gmartinmartin.sumar.com.py-2/lib/php-css-parser/Value/ |
| Current File : /var/www/html/gmartinmartin.sumar.com.py-2/lib/php-css-parser/Value/PrimitiveValue.php |
<?php
namespace Sabberworm\CSS\Value;
abstract class PrimitiveValue extends Value
{
/**
* @param int $iLineNo
*/
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}
}