You are here

public function AttributeNode::getOperator in Zircon Profile 8

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

Return value

string

File

vendor/symfony/css-selector/Node/AttributeNode.php, line 92

Class

AttributeNode
Represents a "<selector>[<namespace>|<attribute> <operator> <value>]" node.

Namespace

Symfony\Component\CssSelector\Node

Code

public function getOperator() {
  return $this->operator;
}