You are here

public function ArgumentNode::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ArgumentNode.php \Prophecy\Doubler\Generator\Node\ArgumentNode::getName()

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ArgumentNode.php, line 35

Class

ArgumentNode
Argument node.

Namespace

Prophecy\Doubler\Generator\Node

Code

public function getName() {
  return $this->name;
}