checkZoneInstallReporter
in package
implements
jIInstallReporter
an HTML reporter for jInstallChecker
Tags
Interfaces, Classes and Traits
- jIInstallReporter
- interface for classes used as reporter for installation or check etc... This classes are responsible to show informations to the user
Table of Contents
- $messageProvider : mixed
- $trace : mixed
- $list : mixed
- end() : mixed
- called when the installation is finished
- message() : mixed
- displays a message
- start() : mixed
- start the process
Properties
$messageProvider
public
mixed
$messageProvider
=
ull
$trace
public
mixed
$trace
= ''
$list
protected
mixed
$list
= ''
Methods
end()
called when the installation is finished
public
end(mixed $results) : mixed
Parameters
- $results : mixed
-
an array which contains, for each type of message, the number of messages
Return values
mixed —message()
displays a message
public
message(mixed $message[, mixed $type = '' ]) : mixed
Parameters
- $message : mixed
-
the message to display
- $type : mixed = ''
-
the type of the message : 'error', 'notice', 'warning', ''
Return values
mixed —start()
start the process
public
start() : mixed