Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getCommentspublicWC 1.0

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

Хуков нет.

Возвращает

array<array-key, Comment>.

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

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

Код Rule::getComments() WC 11.1.2

public function getComments()
{
    return $this->aComments;
}