Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

AtRuleBlockList::atRuleNamepublicWC 1.0

Method of the class: AtRuleBlockList{}

No Hooks.

Returns

String.

Usage

$AtRuleBlockList = new AtRuleBlockList();
$AtRuleBlockList->atRuleName();

AtRuleBlockList::atRuleName() code WC 10.5.0

public function atRuleName()
{
    return $this->sType;
}