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