Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::getCommentspublicWC 1.0

Method of the class: Import{}

No Hooks.

Returns

Array. Comment>

Usage

$Import = new Import();
$Import->getComments();

Import::getComments() code WC 10.5.0

public function getComments()
{
    return $this->aComments;
}