Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
CSSFunction::getArguments
Method of the class: CSSFunction{}
No Hooks.
Returns
Array
Usage
$CSSFunction = new CSSFunction(); $CSSFunction->getArguments();
CSSFunction::getArguments() CSSFunction::getArguments code WC 10.7.0
public function getArguments()
{
return $this->aComponents;
}