Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
CalcRuleValueList::__construct
Method of the class: CalcRuleValueList{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CalcRuleValueList = new CalcRuleValueList(); $CalcRuleValueList->__construct( $iLineNo );
- $iLineNo(int)
- .
CalcRuleValueList::__construct() CalcRuleValueList:: construct code WC 10.7.0
public function __construct($iLineNo = 0)
{
parent::__construct(',', $iLineNo);
}