Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

RuleValueList::__constructpublicWC 1.0

Метод класса: RuleValueList{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$RuleValueList = new RuleValueList();
$RuleValueList->__construct( $sSeparator, $iLineNo );
$sSeparator(строка)
.
По умолчанию: ','
$iLineNo(int)
.

Код RuleValueList::__construct() WC 11.0.1

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