Jelix 1.7.18

ghostInstallReporter extends NoOutput
in package

a reporter which reports... nothing.

Tags
deprecated

Table of Contents

$messageCounter  : mixed
end()  : mixed
called when the installation is finished.
getMessageCounter()  : mixed
message()  : mixed
displays a message.
resetMessageCounter()  : mixed
start()  : mixed
start the process.
addMessageType()  : mixed

Properties

Methods

end()

called when the installation is finished.

public end() : mixed
Return values
mixed

getMessageCounter()

public getMessageCounter(mixed $type) : mixed
Parameters
$type : mixed
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

resetMessageCounter()

public resetMessageCounter() : mixed
Return values
mixed

start()

start the process.

public start() : mixed
Return values
mixed

addMessageType()

protected addMessageType(mixed $type) : mixed
Parameters
$type : mixed
Return values
mixed

Search results