Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::getCommentspublicWC 1.0

Method of the class: Import{}

No Hooks.

Returns

array<array-key, Comment>.

Usage

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

Import::getComments() code WC 11.0.1

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