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