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

ClassNode::getSelectorpublicWC 1.0

Method of the class: ClassNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ClassNode::getSelector() code WC 10.8.1

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