Legend of the Green Dragon

Settings
in package

Settings.

Tags
ORM\Table

(name="settings")

ORM\Entity

(repositoryClass="Lotgd\Core\Repository\SettingsRepository")

Table of Contents

$setting  : string|null
$value  : string|null
getSetting()  : string
Get the value of Setting.
getValue()  : string
Get the value of Value.
setSetting()  : self
Set the value of Setting.
setValue()  : self
Set the value of Value.

Properties

$setting

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

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$value

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

(name="value", type="string", length=255)

Methods

getSetting()

Get the value of Setting.

public getSetting() : string
Return values
string

getValue()

Get the value of Value.

public getValue() : string
Return values
string

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