PHP_CompatInfo_Renderer::update()

PHP_CompatInfo_Renderer::update()  -- Update the current view

Synopsis

require_once 'PHP/CompatInfo/Renderer.php';

void PHP_CompatInfo_Renderer::update (object &$auditEvent)

Description

Interface to update the view with current information. Listen events produced by Event_Dispatcher and the PHP_CompatInfo_Parser

Paramètres

object &$auditEvent

Instance of Event_Dispatcher

Valeur retournée

returns void

Valeurs renvoyées

throws no exceptions thrown

Depuis

since version 1.8.0b2 (2008-06-03)

Note

Cette fonction ne peut pas être appelée de façon statique.