ModuleEventHooks
in package
ModuleEventHooks.
Tags
Table of Contents
- $eventChance : string|null
- $eventType : string|null
- $modulename : string|null
- getEventChance() : string
- Get the value of Event Chance.
- getEventType() : string
- Get the value of Event Type.
- getModulename() : string
- Get the value of Modulename.
- setEventChance() : self
- Set the value of Event Chance.
- setEventType() : self
- Set the value of Event Type.
- setModulename() : self
- Set the value of Modulename.
Properties
$eventChance
private
string|null
$eventChance
= null
Tags
$eventType
private
string|null
$eventType
= null
Tags
$modulename
private
string|null
$modulename
= null
Tags
Methods
getEventChance()
Get the value of Event Chance.
public
getEventChance() : string
Return values
string —getEventType()
Get the value of Event Type.
public
getEventType() : string
Return values
string —getModulename()
Get the value of Modulename.
public
getModulename() : string
Return values
string —setEventChance()
Set the value of Event Chance.
public
setEventChance(string $eventChance) : self
Parameters
- $eventChance : string
Return values
self —setEventType()
Set the value of Event Type.
public
setEventType(string $eventType) : self
Parameters
- $eventType : string
Return values
self —setModulename()
Set the value of Modulename.
public
setModulename(string $modulename) : self
Parameters
- $modulename : string