You are here

public function ArgumentNode::__construct in Zircon Profile 8

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

Parameters

string $name:

File

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

Class

ArgumentNode
Argument node.

Namespace

Prophecy\Doubler\Generator\Node

Code

public function __construct($name) {
  $this->name = $name;
}