NotificationHandlerInterface
        NotificationHandlerInterface.php
                :
        11
                 
    
            Interface
                Methods¶
                 error()
            ¶
error()
            ¶
    
        
        NotificationHandlerInterface.php
                :
        31
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $message | string | - | - | 
                 info()
            ¶
info()
            ¶
    
        
        NotificationHandlerInterface.php
                :
        16
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $message | string | - | - | 
                 success()
            ¶
success()
            ¶
    
        
        NotificationHandlerInterface.php
                :
        21
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $message | string | - | - | 
                 warning()
            ¶
warning()
            ¶
    
        
        NotificationHandlerInterface.php
                :
        26
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $message | string | - | - |