left = $left; $this->right = $right; } public function getSubNodeNames() : array { return ['left', 'right']; } }