Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
FunctionNode::getArguments
Method of the class: FunctionNode{}
No Hooks.
Returns
Token[].
Usage
$FunctionNode = new FunctionNode(); $FunctionNode->getArguments(): array;
FunctionNode::getArguments() FunctionNode::getArguments code WC 10.4.3
public function getArguments(): array
{
return $this->arguments;
}