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