ghostInstallReporter

Implements \jIInstallReporter

a reporter which reports.

.. nothing

package

jelix

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