Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getIsImportantpublicWC 1.0

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

Хуков нет.

Возвращает

bool.

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

$Rule = new Rule();
$Rule->getIsImportant();

Код Rule::getIsImportant() WC 11.1.2

public function getIsImportant()
{
    return $this->bIsImportant;
}