PHP 클래스 Redaxscript\Module

부터: 2.2.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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

메소드 상세

getNotification() 공개 메소드

get message from notification
부터: 3.0.0
public getNotification ( string $type = null ) : mixed
$type string type of the notification
리턴 mixed

init() 공개 메소드

init the class
부터: 2.4.0
public init ( array $moduleArray = [] )
$moduleArray array custom module setup

install() 공개 메소드

install the module
부터: 2.6.0
public install ( )

setNotification() 공개 메소드

set message to notification
부터: 3.0.0
public setNotification ( string $type = null, mixed $message = null )
$type string type of the notification
$message mixed message of the notification

uninstall() 공개 메소드

uninstall the module
부터: 2.6.0
public uninstall ( )

프로퍼티 상세

$_moduleArray 보호되어 있는 정적으로 프로퍼티

array of the module
protected static array $_moduleArray
리턴 array

$_notificationArray 보호되어 있는 정적으로 프로퍼티

array of the notification
protected static array $_notificationArray
리턴 array