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

Class: Var_Dump_Renderer_HTML4_Table

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

Class Overview

Var_Dump_Renderer_Common
   |
   --Var_Dump_Renderer_Table
      |
      --Var_Dump_Renderer_HTML4_Table

A concrete renderer for Var_Dump


Author(s):

Version:

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

Copyright:

  • 1997-2006 The PHP Group

Methods


Inherited Variables

Inherited Methods

Class: Var_Dump_Renderer_Table

Var_Dump_Renderer_Table::Var_Dump_Renderer_Table()
Class constructor.
Var_Dump_Renderer_Table::toString()
Returns the string representation of a variable

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 63]
A concrete renderer for Var_Dump

Returns a table-based representation of a variable in HTML 4 Extends the 'Table' renderer, with just a predefined set of options, that are empty by default. You can also directly call the 'Table' renderer with the corresponding configuration options.



[ Top ]


Method Detail

Var_Dump_Renderer_HTML4_Table (Constructor)   [line 72]

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

Class constructor.
  • Access: public

Parameters:

array   $options   —  Parameters for the rendering.

[ Top ]


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