Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
CSSList::getContents
Returns the stored items.
Method of the class: CSSList{}
No Hooks.
Returns
Array
Usage
$CSSList = new CSSList(); $CSSList->getContents();
CSSList::getContents() CSSList::getContents code WC 10.5.0
public function getContents()
{
return $this->aContents;
}