class installer_migrator_output_handler implements migrator_output_handler_interface

Properties

protected iohandler_interface $iohandler

Methods

__construct(iohandler_interface $iohandler)

Constructor

write(string|array $message, int $verbosity)

Write output using the configured closure.

Details

at line 30
__construct(iohandler_interface $iohandler)

Constructor

Parameters

iohandler_interface $iohandler

Installer's IO-handler

at line 38
write(string|array $message, int $verbosity)

Write output using the configured closure.

Parameters

string|array $message

The message to write or an array containing the language key and all of its parameters.

int $verbosity

The verbosity of the message.