WSDL\Builder\Parameter::__construct PHP Method

__construct() public method

public __construct ( Node $node, boolean $header = false )
$node WSDL\Parser\Node
$header boolean
    public function __construct(Node $node, $header = false)
    {
        $this->node = $node;
        $this->header = $header;
    }