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

Class: PHP_CompatInfo_Renderer_Text

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

Class Overview

PHP_CompatInfo_Renderer
   |
   --PHP_CompatInfo_Renderer_Text

Text 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 60]
Text renderer for PHP_CompatInfo component.

The PHP_CompatInfo_Renderer_Text class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply display results for the command line interface with help of PEAR::Console_Table



[ Top ]


Method Detail

__construct (Constructor)   [line 85]

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

Text Renderer Class constructor (ZE2) for PHP5+
  • Since: version 1.8.0b3 (2008-06-07)
  • 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_Text (Constructor)   [line 71]

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

Text Renderer Class constructor (ZE1) for PHP4
  • Since: version 1.8.0b3 (2008-06-07)
  • Access: public

Parameters:

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

[ Top ]

display   [line 102]

void display( )

Display final results

Display final results, when data source parsing is over.

  • Since: version 1.8.0b3 (2008-06-07)
  • Access: public

[ Top ]


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