Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

CSSList::getContentspublicWC 1.0

Returns the stored items.

Method of the class: CSSList{}

No Hooks.

Returns

Array. RuleSet|Import|Charset|CSSList>

Usage

$CSSList = new CSSList();
$CSSList->getContents();

CSSList::getContents() code WC 10.5.0

public function getContents()
{
    return $this->aContents;
}