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