You are here

public function NodeInterface::__toString 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::__toString()

Returns node's string representation.

Return value

string

9 methods override NodeInterface::__toString()
AttributeNode::__toString in vendor/symfony/css-selector/Node/AttributeNode.php
Returns node's string representation.
ClassNode::__toString in vendor/symfony/css-selector/Node/ClassNode.php
Returns node's string representation.
CombinedSelectorNode::__toString in vendor/symfony/css-selector/Node/CombinedSelectorNode.php
Returns node's string representation.
ElementNode::__toString in vendor/symfony/css-selector/Node/ElementNode.php
Returns node's string representation.
FunctionNode::__toString in vendor/symfony/css-selector/Node/FunctionNode.php
Returns node's string representation.

... See full list

File

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

Class

NodeInterface
Interface for nodes.

Namespace

Symfony\Component\CssSelector\Node

Code

public function __toString();