Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

ValueList::getListComponentspublicWC 1.0

Method of the class: ValueList{}

No Hooks.

Returns

Array. RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>

Usage

$ValueList = new ValueList();
$ValueList->getListComponents();

ValueList::getListComponents() code WC 10.4.3

public function getListComponents()
{
    return $this->aComponents;
}