Copied!

NotificationHandlerInterface

NotificationHandlerInterface.php : 11
Interface

Methods

publicerror()

NotificationHandlerInterface.php : 19
public error(string $message) : void

Parameters

Name Type Default value Description
$message string - -

publicinfo()

NotificationHandlerInterface.php : 13
public info(string $message) : void

Parameters

Name Type Default value Description
$message string - -

publicsuccess()

NotificationHandlerInterface.php : 15
public success(string $message) : void

Parameters

Name Type Default value Description
$message string - -

publicwarning()

NotificationHandlerInterface.php : 17
public warning(string $message) : void

Parameters

Name Type Default value Description
$message string - -