Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

AtRuleBlockList::__toStringpublicWC 1.0

Deprecated since 8.8.0. It is no longer supported and may be removed in future releases. Use `render` instead.

Method of the class: AtRuleBlockList{}

No Hooks.

Returns

String.

Usage

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

Changelog

Deprecated in V8.8.0, will be removed in V9.0.0. Use render instead.

AtRuleBlockList::__toString() code WC 10.5.0

public function __toString()
{
    return $this->render(new OutputFormat());
}