Var_Dump
[ class tree: Var_Dump ] [ index: Var_Dump ] [ all elements ]

Class: Var_Dump_Renderer_XML

Source Location: /Var_Dump-1.0.4/Var_Dump/Renderer/XML.php

Class Overview

Var_Dump_Renderer_Common
   |
   --Var_Dump_Renderer_XML

A concrete renderer for Var_Dump


Author(s):

Version:

  • CVS: $Id: XML.php 233111 2007-04-02 09:38:10Z fredericpoeydome $

Copyright:

  • 1997-2006 The PHP Group

Methods


Inherited Variables

Inherited Methods

Class: Var_Dump_Renderer_Common

Var_Dump_Renderer_Common::initialize()
Initialize internal data structures for the rendering.
Var_Dump_Renderer_Common::setOptions()
Set run-time configuration options for the renderer
Var_Dump_Renderer_Common::toString()
Returns the string representation of a variable

Class Details

[line 61]
A concrete renderer for Var_Dump

Returns a representation of a variable in XML DTD : PEARDIR/data/Var_Dump/renderer-xml.dtd



[ Top ]


Method Detail

Var_Dump_Renderer_XML (Constructor)   [line 70]

Var_Dump_Renderer_XML Var_Dump_Renderer_XML( [array $options = array()])

Class constructor.
  • Access: public

Parameters:

array   $options   —  Parameters for the rendering.

[ Top ]

toString   [line 81]

string toString( )

Returns the string representation of a variable
  • Return: The string representation of the variable.
  • Access: public

Overrides Var_Dump_Renderer_Common::toString() (Returns the string representation of a variable)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:38:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.