Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

RuleValueList::__constructpublicWC 1.0

Method of the class: RuleValueList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RuleValueList = new RuleValueList();
$RuleValueList->__construct( $sSeparator, $iLineNo );
$sSeparator(string)
.
Default: ','
$iLineNo(int)
.

RuleValueList::__construct() code WC 10.4.3

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