Legend of the Green Dragon

ModuleHooks

ModuleHooks.

Tags
ORM\Table

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

ORM\Entity

Table of Contents

$function  : string
$location  : string
$modulename  : string
$priority  : int
$whenactive  : string
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 $function
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$location

private string $location
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$modulename

private string $modulename
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$priority

private int $priority = '50'
Tags
ORM\Column

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

$whenactive

private string $whenactive
Tags
ORM\Column

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

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