Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
AtRuleBlockList::__construct
Метод класса: AtRuleBlockList{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AtRuleBlockList = new AtRuleBlockList(); $AtRuleBlockList->__construct( $sType, $sArgs, $iLineNo );
- $sType(строка) (обязательный)
- .
- $sArgs(строка)
- .
По умолчанию: '' - $iLineNo(int)
- .
Код AtRuleBlockList::__construct() AtRuleBlockList:: construct WC 10.4.3
public function __construct($sType, $sArgs = '', $iLineNo = 0)
{
parent::__construct($iLineNo);
$this->sType = $sType;
$this->sArgs = $sArgs;
}