cond = $cond; $this->if = $if; $this->else = $else; } public function getSubNodeNames() { return array('cond', 'if', 'else'); } }