Legend of the Green Dragon

ModuleSettings
in package

ModuleSettings.

Tags
ORM\Table

(name="module_settings")

ORM\Entity

Table of Contents

$modulename  : string|null
$setting  : string|null
$value  : string|null
getModulename()  : string
Get the value of Modulename.
getSetting()  : string
Get the value of Setting.
getValue()  : string
Get the value of Value.
setModulename()  : self
Set the value of Modulename.
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")

$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

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

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