Settings
in package
Tags
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
$name
private
string|null
$name
Tags
$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