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

FunctionNode::getSelectorpublicWC 1.0

Method of the class: FunctionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$FunctionNode = new FunctionNode();
$FunctionNode->getSelector(): NodeInterface;

FunctionNode::getSelector() code WC 10.4.3

public function getSelector(): NodeInterface
{
    return $this->selector;
}