Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::addComments
Method of the class: Rule{}
No Hooks.
Returns
void. Nothing (null).
Usage
$Rule = new Rule(); $Rule->addComments( $aComments );
- $aComments(array<array-key, Comment>) (required)
- .
Rule::addComments() Rule::addComments code WC 11.0.1
public function addComments(array $aComments)
{
$this->aComments = array_merge($this->aComments, $aComments);
}