value = null; $this->quoteType = null; } public function getTreeProperties() { return array( 'value' => $this->value, 'quoteType' => $this->quoteType ); } } ?>