Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
AtRuleBlockList::atRuleName
Method of the class: AtRuleBlockList{}
No Hooks.
Returns
String.
Usage
$AtRuleBlockList = new AtRuleBlockList(); $AtRuleBlockList->atRuleName();
AtRuleBlockList::atRuleName() AtRuleBlockList::atRuleName code WC 10.5.0
public function atRuleName()
{
return $this->sType;
}