You are here

public function NodeInterface::getNodeName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/css-selector/Node/NodeInterface.php \Symfony\Component\CssSelector\Node\NodeInterface::getNodeName()

Returns node's name.

Return value

string

1 method overrides NodeInterface::getNodeName()
AbstractNode::getNodeName in vendor/symfony/css-selector/Node/AbstractNode.php

File

vendor/symfony/css-selector/Node/NodeInterface.php, line 29

Class

NodeInterface
Interface for nodes.

Namespace

Symfony\Component\CssSelector\Node

Code

public function getNodeName();