Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

CSSFunction::getArgumentspublicWC 1.0

Method of the class: CSSFunction{}

No Hooks.

Returns

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

Usage

$CSSFunction = new CSSFunction();
$CSSFunction->getArguments();

CSSFunction::getArguments() code WC 10.7.0

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