type = $type; $this->value = $value; } public function dump() { return "<{$this->type}>" . htmlspecialchars( $this->value ) . "type}>"; } }