type = "normal"; $this->variable = null; $this->expression = null; } public function getTreeProperties() { return array( 'type' => $this->type, 'variable' => $this->variable, 'expression' => $this->expression ); } } ?>