Legend of the Green Dragon

ModuleHooks
in package

ModuleHooks.

Tags
ORM\Table

(name="module_hooks", indexes={ @ORM\Index(name="location", columns={"location"}) } )

ORM\Entity

Table of Contents

$function  : string|null
$location  : string|null
$modulename  : string|null
$priority  : int|null
$whenactive  : string|null
getFunction()  : string
Get the value of Function.
getLocation()  : string
Get the value of Location.
getModulename()  : string
Get the value of Modulename.
getPriority()  : int
Get the value of Priority.
getWhenactive()  : string
Get the value of Whenactive.
setFunction()  : self
Set the value of Function.
setLocation()  : self
Set the value of Location.
setModulename()  : self
Set the value of Modulename.
setPriority()  : self
Set the value of Priority.
setWhenactive()  : self
Set the value of Whenactive.

Properties

$function

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

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$location

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

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

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")

$priority

private int|null $priority = 50
Tags
ORM\Column

(name="priority", type="integer", options={"default"="50"})

$whenactive

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

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

Methods

getFunction()

Get the value of Function.

public getFunction() : string
Return values
string

getLocation()

Get the value of Location.

public getLocation() : string
Return values
string

getModulename()

Get the value of Modulename.

public getModulename() : string
Return values
string

getPriority()

Get the value of Priority.

public getPriority() : int
Return values
int

getWhenactive()

Get the value of Whenactive.

public getWhenactive() : string
Return values
string

setFunction()

Set the value of Function.

public setFunction(string $function) : self
Parameters
$function : string
Return values
self

setLocation()

Set the value of Location.

public setLocation(string $location) : self
Parameters
$location : string
Return values
self

setModulename()

Set the value of Modulename.

public setModulename(string $modulename) : self
Parameters
$modulename : string
Return values
self

setPriority()

Set the value of Priority.

public setPriority(int $priority) : self
Parameters
$priority : int
Return values
self

setWhenactive()

Set the value of Whenactive.

public setWhenactive(string $whenactive) : self
Parameters
$whenactive : string
Return values
self

Search results