Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
CombinedSelectorNode::getCombinator
Method of the class: CombinedSelectorNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CombinedSelectorNode = new CombinedSelectorNode(); $CombinedSelectorNode->getCombinator(): string;
CombinedSelectorNode::getCombinator() CombinedSelectorNode::getCombinator code WC 10.5.0
public function getCombinator(): string
{
return $this->combinator;
}