Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::addComments
Метод класса: Rule{}
Хуков нет.
Возвращает
void. Ничего (null).
Использование
$Rule = new Rule(); $Rule->addComments( $aComments );
- $aComments(array<array-key, Comment>) (обязательный)
- .
Код Rule::addComments() Rule::addComments WC 11.1.2
public function addComments(array $aComments)
{
$this->aComments = array_merge($this->aComments, $aComments);
}