PHP 8.3.30
Preview: RuleValueList.php Size: 556 B
/home/getspomw/itechservicellc.com/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php

<?php

namespace Sabberworm\CSS\Value;

/**
 * This class is used to represent all multivalued rules like `font: bold 12px/3 Helvetica, Verdana, sans-serif;`
 * (where the value would be a whitespace-separated list of the primitive value `bold`, a slash-separated list
 * and a comma-separated list).
 */
class RuleValueList extends ValueList
{
    /**
     * @param string $sSeparator
     * @param int $iLineNo
     */
    public function __construct($sSeparator = ',', $iLineNo = 0)
    {
        parent::__construct([], $sSeparator, $iLineNo);
    }
}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
4.30 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
482 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
6.39 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.84 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.96 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
1.92 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
228 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
556 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
6.11 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.31 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
7.89 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.74 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).