jIInstallReporter

Extends

interface for classes used as reporter for installation or check etc.

.. This classes are responsible to show informations to the user

package

jelix

subpackage

installer

since 1.2

Methods

called when the installation is finished

end(array $results) 

Arguments

$results

array

an array which contains, for each type of message, the number of messages

displays a message

message(string $message, string $type = '') 

Arguments

$message

string

the message to display

$type

string

the type of the message : 'error', 'notice', 'warning', ''

start the process

start()