textInstallReporter

Implements \jIInstallReporter

simple text reporter

package

jelix

Methods

__construct

__construct( $level = 'notice') 

Arguments

$level

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

Properties

error, notice or warning

level : string
var

error, notice or warning

Type(s)

string