Jelix 1.6.40

jIInstallReporter

interface for classes used as reporter for installation or check etc... This classes are responsible to show informations to the user

Tags
subpackage

installer

since
1.2

Table of Contents

end()  : mixed
called when the installation is finished
message()  : mixed
displays a message
start()  : mixed
start the process

Methods

end()

called when the installation is finished

public end(array<string|int, mixed> $results) : mixed
Parameters
$results : array<string|int, mixed>

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

Return values
mixed

message()

displays a message

public message(string $message[, string $type = '' ]) : mixed
Parameters
$message : string

the message to display

$type : string = ''

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

Return values
mixed

Search results