Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::addCommentspublicWC 1.0

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

Хуков нет.

Возвращает

void. Ничего (null).

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

$Rule = new Rule();
$Rule->addComments( $aComments );
$aComments(array<array-key, Comment>) (обязательный)
.

Код Rule::addComments() WC 11.1.2

public function addComments(array $aComments)
{
    $this->aComments = array_merge($this->aComments, $aComments);
}