Documentation

Settings
in package

Tags
ORM\Entity

(repositoryClass=SettingsRepository::class)

Table of Contents

$id  : int|null
$name  : string|null
$value  : string|null
__toString()  : mixed
getId()  : int|null
getName()  : string|null
getValue()  : string|null
setName()  : self
setValue()  : self

Properties

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer")

$name

private string|null $name
Tags
ORM\Column

(type="string", length=255)

$value

private string|null $value
  • @ORM\Column(type="text")

Methods

__toString()

public __toString() : mixed
Return values
mixed

getId()

public getId() : int|null
Return values
int|null

getName()

public getName() : string|null
Return values
string|null

getValue()

public getValue() : string|null
Return values
string|null

setName()

public setName(string $name) : self
Parameters
$name : string
Return values
self

setValue()

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

Search results