Legend of the Green Dragon

ModuleSettings

ModuleSettings.

Tags
ORM\Table

(name="module_settings")

ORM\Entity

Table of Contents

$modulename  : string
$setting  : string
$value  : string
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 $modulename
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$setting

private string $setting
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$value

private string $value
Tags
ORM\Column

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

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