Legend of the Green Dragon

ModuleObjprefs
in package

ModuleObjprefs.

Tags
ORM\Table

(name="module_objprefs")

ORM\Entity

Table of Contents

$modulename  : string|null
$objid  : int|null
$objtype  : string|null
$setting  : string|null
$value  : string|null
getModulename()  : string
Get the value of Modulename.
getObjid()  : int
Get the value of Objid.
getObjtype()  : string
Get the value of Objtype.
getSetting()  : string
Get the value of Setting.
getValue()  : string
Get the value of Value.
setModulename()  : self
Set the value of Modulename.
setObjid()  : self
Set the value of Objid.
setObjtype()  : self
Set the value of Objtype.
setSetting()  : self
Set the value of Setting.
setValue()  : self
Set the value of Value.

Properties

$modulename

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

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$objid

private int|null $objid = 0
Tags
ORM\Column

(name="objid", type="integer", options={"unsigned"=true, "default"="0"})

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$objtype

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

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$setting

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

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$value

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

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

Methods

getModulename()

Get the value of Modulename.

public getModulename() : string
Return values
string

getObjid()

Get the value of Objid.

public getObjid() : int
Return values
int

getObjtype()

Get the value of Objtype.

public getObjtype() : string
Return values
string

getSetting()

Get the value of Setting.

public getSetting() : string
Return values
string

getValue()

Get the value of Value.

public getValue() : string
Return values
string

setModulename()

Set the value of Modulename.

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

setObjid()

Set the value of Objid.

public setObjid(int $objid) : self
Parameters
$objid : int
Return values
self

setObjtype()

Set the value of Objtype.

public setObjtype(string $objtype) : self
Parameters
$objtype : string
Return values
self

setSetting()

Set the value of Setting.

public setSetting(string $setting) : self
Parameters
$setting : string
Return values
self

setValue()

Set the value of Value.

public setValue(string $value) : self
Parameters
$value : string
Return values
self

Search results