Automattic\WooCommerce\Vendor\Pelago\Emogrifier\Css

StyleRule::getContainingAtRulepublicWC 1.0

Method of the class: StyleRule{}

No Hooks.

Returns

null. Nothing (null).

Usage

$StyleRule = new StyleRule();
$StyleRule->getContainingAtRule(): string;

StyleRule::getContainingAtRule() code WC 10.4.3

public function getContainingAtRule(): string
{
    return $this->containingAtRule;
}