Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
RuleValueList::__construct
Метод класса: RuleValueList{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$RuleValueList = new RuleValueList(); $RuleValueList->__construct( $sSeparator, $iLineNo );
- $sSeparator(строка)
- .
По умолчанию:',' - $iLineNo(int)
- .
Код RuleValueList::__construct() RuleValueList:: construct WC 11.0.1
public function __construct($sSeparator = ',', $iLineNo = 0)
{
parent::__construct([], $sSeparator, $iLineNo);
}