PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
sabberworm
/
php-css-parser
/
lib
/
Sabberworm
/
CSS
/
Value
<?php namespace Sabberworm\CSS\Value; class CalcRuleValueList extends RuleValueList { public function __construct($iLineNo = 0) { parent::__construct(array(), ',', $iLineNo); } public function render(\Sabberworm\CSS\OutputFormat $oOutputFormat) { return $oOutputFormat->implode(' ', $this->aComponents); } }
[-] ValueList.php
[edit]
[-] RuleValueList.php
[edit]
[+]
..
[-] CalcFunction.php
[edit]
[-] CSSFunction.php
[edit]
[-] Color.php
[edit]
[-] Size.php
[edit]
[-] LineName.php
[edit]
[-] CalcRuleValueList.php
[edit]
[-] CSSString.php
[edit]
[-] URL.php
[edit]
[-] Value.php
[edit]
[-] PrimitiveValue.php
[edit]