Settings
in package
Tags
Table of Contents
- $id : mixed
- $name : mixed
- $value : mixed
- * @ORM\Column(type="text")
- __toString() : mixed
- getId() : int|null
- getName() : string|null
- getValue() : string|null
- setName() : self
- setValue() : self
Properties
$id
private
mixed
$id
Tags
$name
private
mixed
$name
Tags
$value
* @ORM\Column(type="text")
private
mixed
$value
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