Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

CSSFunction::getArgumentspublicWC 1.0

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() code WC 11.0.1

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