Copied!

NotificationHandlerInterface

NotificationHandlerInterface.php : 11

Methods

publicerror()

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

Parameters

Name Type Default value Description
$message string - -

publicinfo()

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

Parameters

Name Type Default value Description
$message string - -

publicsuccess()

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

Parameters

Name Type Default value Description
$message string - -

publicwarning()

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

Parameters

Name Type Default value Description
$message string - -