Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
AtRuleBlockList::__construct
Method of the class: AtRuleBlockList{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AtRuleBlockList = new AtRuleBlockList(); $AtRuleBlockList->__construct( $sType, $sArgs, $iLineNo );
- $sType(string) (required)
- .
- $sArgs(string)
- .
Default:'' - $iLineNo(int)
- .
AtRuleBlockList::__construct() AtRuleBlockList:: construct code WC 10.7.0
public function __construct($sType, $sArgs = '', $iLineNo = 0)
{
parent::__construct($iLineNo);
$this->sType = $sType;
$this->sArgs = $sArgs;
}