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