public function __construct(NodeType $pluginNodeType, $name, array $configuration) { $this->pluginNodeType = $pluginNodeType; $this->name = $name; $this->configuration = $configuration; }