Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
FunctionNode::getSelector
Метод класса: FunctionNode{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$FunctionNode = new FunctionNode(); $FunctionNode->getSelector(): NodeInterface;
Код FunctionNode::getSelector() FunctionNode::getSelector WC 10.5.1
public function getSelector(): NodeInterface
{
return $this->selector;
}