Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::addCommentspublicWC 1.0

Method of the class: Import{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Import = new Import();
$Import->addComments( $aComments );
$aComments(array) (required)
.

Import::addComments() code WC 10.5.0

public function addComments(array $aComments)
{
    $this->aComments = array_merge($this->aComments, $aComments);
}