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

PseudoNode::getSelectorpublicWC 1.0

Method of the class: PseudoNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

PseudoNode::getSelector() code WC 10.7.0

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