Свойство | Тип | Описание | |
---|---|---|---|
$_apps | List of applications that contain notification handlers. Array with keys as app names and values as boolean values indicating if the handler has been loaded yet. False indicates attaching is not active. |
Метод | Описание | |
---|---|---|
addAppHandler ( string $app ) | Explicitly add an application's notification handlers (if they exist) to the base handler. | |
attachAllAppHandlers ( ) | Indicate that all application handlers are to be attached in this access (if needed). | |
notify ( array $options = [] ) |
public addAppHandler ( string $app ) | ||
$app | string | Application name. |
public attachAllAppHandlers ( ) |