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

Class: Var_Dump_Renderer_XML

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

Class Overview

Var_Dump_Renderer
   |
   --Var_Dump_Renderer_XML

A concrete renderer for Var_Dump


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: Var_Dump_Renderer

Var_Dump_Renderer::Var_Dump_Renderer()
Class constructor.
Var_Dump_Renderer::initialize()
Initialize internal data structures for the rendering.
Var_Dump_Renderer::setOptions()
Set run-time configuration options for the renderer
Var_Dump_Renderer::singleton()
Attempt to return a concrete singleton Var_Dump_Renderer instance.
Var_Dump_Renderer::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 ]


Class Variables

$defaultOptions = array(
    )

[line 42]

Default configuration options.
  • Access: public

Type:   array
Overrides:   Array


[ Top ]



Method Detail

Var_Dump_Renderer_XML (Constructor)   [line 51]

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

Class constructor.
  • Access: public

Parameters:

array   $options   —  Parameters for the rendering.

[ Top ]

spacer   [line 154]

string spacer( integer $depth)

Returns a spacer string to prefix the line
  • Return: Spacer string
  • Access: public

Parameters:

integer   $depth   —  Depth level.

[ Top ]

toString   [line 63]

string toString( )

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

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

_toString_Array   [line 95]

string _toString_Array( )

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

[ Top ]

_toString_Single   [line 79]

string _toString_Single( )

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

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:16:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.