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