Interface jIInstallReporter

Description

interface for classes used as reporter for installation or check etc...

This classes are responsible to show informations to the user

  • since: 1.2

Located in /installer/jIInstallReporter.iface.php (line 18)


	
			
Method Summary
void end (array $results)
void message (string $message, [string $type = ''])
void start ()
Methods
end (line 37)

called when the installation is finished

void end (array $results)
  • array $results: an array which contains, for each type of message, the number of messages
message (line 30)

displays a message

void message (string $message, [string $type = ''])
  • string $message: the message to display
  • string $type: the type of the message : 'error', 'notice', 'warning', ''
start (line 23)

start the process

void start ()

Documentation generated on Wed, 04 Jan 2017 22:55:02 +0100 by phpDocumentor 1.4.3