Legend of the Green Dragon

ModuleEventHooks
in package

ModuleEventHooks.

Tags
ORM\Table

(name="module_event_hooks", indexes={ @ORM\Index(name="modulename", columns={"modulename"}), @ORM\Index(name="event_type", columns={"event_type"}) } )

ORM\Entity

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
ORM\Column

(name="event_chance", type="text", length=65535)

$eventType

private string|null $eventType = null
Tags
ORM\Column

(name="event_type", type="string", length=20)

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$modulename

private string|null $modulename = null
Tags
ORM\Column

(name="modulename", type="string", length=50)

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

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
Return values
self

Search results