?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src

?? Viewing: PrimitiveValue.php

<?php

namespace Sabberworm\CSS\Value;

abstract class PrimitiveValue extends Value
{
    /**
     * @param int $iLineNo
     */
    public function __construct($iLineNo = 0)
    {
        parent::__construct($iLineNo);
    }
}


??

??