프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_moduleArray | array | array of the module | |
$_notificationArray | array | array of the notification |
메소드 | 설명 | |
---|---|---|
getNotification ( string $type = null ) : mixed | get message from notification | |
init ( array $moduleArray = [] ) | init the class | |
install ( ) | install the module | |
setNotification ( string $type = null, mixed $message = null ) | set message to notification | |
uninstall ( ) | uninstall the module |
public getNotification ( string $type = null ) : mixed | ||
$type | string | type of the notification |
리턴 | mixed |
public setNotification ( string $type = null, mixed $message = null ) | ||
$type | string | type of the notification |
$message | mixed | message of the notification |
protected static array $_notificationArray | ||
리턴 | array |