Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node

FunctionNode::getArgumentspublicWC 1.0

Method of the class: FunctionNode{}

No Hooks.

Returns

Token[].

Usage

$FunctionNode = new FunctionNode();
$FunctionNode->getArguments(): array;

FunctionNode::getArguments() code WC 10.4.3

public function getArguments(): array
{
    return $this->arguments;
}