Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

CalcRuleValueList::__constructpublicWC 1.0

Method of the class: CalcRuleValueList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CalcRuleValueList = new CalcRuleValueList();
$CalcRuleValueList->__construct( $iLineNo );
$iLineNo(int)
.

CalcRuleValueList::__construct() code WC 10.7.0

public function __construct($iLineNo = 0)
{
    parent::__construct(',', $iLineNo);
}