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

Class: PHP_CompatInfo_Renderer_Array

Source Location: /PHP_CompatInfo-1.8.0b2/CompatInfo/Renderer/Array.php

Class Overview

PHP_CompatInfo_Renderer
   |
   --PHP_CompatInfo_Renderer_Array

The PHP_CompatInfo_Renderer_Array class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply display results as a PHP array.


Author(s):

Version:

  • Release: @package_version@

Variables

Methods


Inherited Variables

Inherited Methods

Class: PHP_CompatInfo_Renderer

PHP_CompatInfo_Renderer::__construct()
Base Renderer Class constructor (ZE2) for PHP5+
PHP_CompatInfo_Renderer::PHP_CompatInfo_Renderer()
Base Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer::endWaitProgress()
Finish waiting process
PHP_CompatInfo_Renderer::factory()
Create required instance of the Output 'driver'.
PHP_CompatInfo_Renderer::isIncludable()
Returns whether or not a file is in the include path
PHP_CompatInfo_Renderer::startWaitProgress()
Initialize the wait process
PHP_CompatInfo_Renderer::stillWaitProgress()
Update the wait message
PHP_CompatInfo_Renderer::update()
Interface to update the view with current information

Class Details

[line 35]
The PHP_CompatInfo_Renderer_Array class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply display results as a PHP array.


[ Top ]


Class Variables

$driver =

[line 53]

Driver to display results array.

Default is PHP::var_export, but you can use PEAR::Var_Dump if available

  • Access: public

Type:   string


[ Top ]

$parseData =

[line 43]

Data source parsed final results
  • Access: public

Type:   array


[ Top ]



Method Detail

__construct (Constructor)   [line 78]

PHP_CompatInfo_Renderer_Array __construct( object &$parser, array $conf)

Array Renderer Class constructor (ZE2) for PHP5+
  • Since: version 1.8.0b2 (2008-06-03)
  • Access: public

Overrides PHP_CompatInfo_Renderer::__construct() (Base Renderer Class constructor (ZE2) for PHP5+)

Parameters:

object   &$parser   —  Instance of the parser (model of MVC pattern)
array   $conf   —  A hash containing any additional configuration

[ Top ]

PHP_CompatInfo_Renderer_Array (Constructor)   [line 64]

PHP_CompatInfo_Renderer_Array PHP_CompatInfo_Renderer_Array( object &$parser, array $conf)

Array Renderer Class constructor (ZE1) for PHP4
  • Since: version 1.8.0b2 (2008-06-03)
  • Access: public

Parameters:

object   &$parser   —  Instance of the parser (model of MVC pattern)
array   $conf   —  A hash containing any additional configuration

[ Top ]

display   [line 158]

void display( )

Display final results

Display final results, when data source parsing is over.

  • Since: version 1.8.0b2 (2008-06-03)
  • Access: public

[ Top ]

update   [line 125]

void update( object &$auditEvent)

Updates view with current informations
  • Since: version 1.8.0b2 (2008-06-03)
  • Access: public

Overrides PHP_CompatInfo_Renderer::update() (Interface to update the view with current information)

Parameters:

object   &$auditEvent   —  Instance of Event_Dispatcher

[ Top ]


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