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