Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::atRuleNamepublicWC 1.0

Метод класса: KeyFrame{}

Хуков нет.

Возвращает

Строку|null.

Использование

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

Код KeyFrame::atRuleName() WC 10.4.3

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