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

Class: PHP_CompatInfo_Renderer_Null

Source Location: /PHP_CompatInfo-1.9.0/CompatInfo/Renderer/Null.php

Class Overview

PHP_CompatInfo_Renderer
   |
   --PHP_CompatInfo_Renderer_Null

Null renderer for PHP_CompatInfo component.


Author(s):

Version:

  • Release: 1.9.0

Methods


Inherited Variables

Inherited Methods

Class: PHP_CompatInfo_Renderer

PHP_CompatInfo_Renderer::__construct()
Base Renderer Class constructor
PHP_CompatInfo_Renderer::PHP_CompatInfo_Renderer()
Base Renderer Class constructor
PHP_CompatInfo_Renderer::endWaitProgress()
Finish the wait process
PHP_CompatInfo_Renderer::factory()
Create required instance of the Output 'driver'.
PHP_CompatInfo_Renderer::isIncludable()
Checks if in the include path
PHP_CompatInfo_Renderer::startWaitProgress()
Initialize the wait process
PHP_CompatInfo_Renderer::stillWaitProgress()
Update the wait message
PHP_CompatInfo_Renderer::update()
Update the current view

Class Details

[line 57]
Null renderer for PHP_CompatInfo component.

The PHP_CompatInfo_Renderer_Null class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply consumes output events.



[ Top ]


Method Detail

__construct (Constructor)   [line 82]

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

Null 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)

Parameters:

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

[ Top ]

PHP_CompatInfo_Renderer_Null (Constructor)   [line 68]

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

Null 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 94]

void display( )

Consumes output events
  • Since: version 1.8.0RC1 (2008-07-01)
  • Access: public

[ Top ]


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