directory = $directory; $this->node = $node; $this->comment = $comment; } public function getDirectory(): string { return $this->directory; } public function getNode(): Node { return $this->node; } public function getComment(): IComment { return $this->comment; } }