Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
CSSFunction::getArguments
Method of the class: CSSFunction{}
No Hooks.
Returns
array<int, RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>.
Usage
$CSSFunction = new CSSFunction(); $CSSFunction->getArguments();
CSSFunction::getArguments() CSSFunction::getArguments code WC 11.0.1
public function getArguments()
{
return $this->aComponents;
}