You are here

public function ServiceReferenceGraphNode::getValue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphNode::getValue()

Returns the value of this Node.

Return value

mixed The value

File

vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php, line 118

Class

ServiceReferenceGraphNode
Represents a node in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getValue() {
  return $this->value;
}