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

Class: Var_Dump_Renderer_XML

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

Class Overview

Var_Dump_Renderer_Common
   |
   --Var_Dump_Renderer_XML

A concrete renderer for Var_Dump


Author(s):

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 34]
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 43]

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 55]

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 10:16:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.