Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
RuleValueList::__construct
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() RuleValueList:: construct code WC 10.4.3
public function __construct($sSeparator = ',', $iLineNo = 0)
{
parent::__construct([], $sSeparator, $iLineNo);
}