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

<?php

namespace Sabberworm\CSS\Value;

use Sabberworm\CSS\OutputFormat;

class CalcRuleValueList extends RuleValueList
{
    /**
     * @param int $iLineNo
     */
    public function __construct($iLineNo = 0)
    {
        parent::__construct(',', $iLineNo);
    }

    /**
     * @param OutputFormat|null $oOutputFormat
     *
     * @return string
     */
    public function render($oOutputFormat)
    {
        return $oOutputFormat->implode(' ', $this->aComponents);
    }
}

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).