Legend of the Green Dragon

Debug
in package

Debug.

Tags
ORM\Table
ORM\Entity

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

Table of Contents

$category  : string|null
$id  : string|null
$subcategory  : string|null
$type  : string|null
$value  : string|null
getCategory()  : string
Get the value of Category.
getId()  : int
Get the value of Id.
getSubcategory()  : string
Get the value of Subcategory.
getType()  : string
Get the value of Type.
getValue()  : string
Get the value of Value.
setCategory()  : self
Set the value of Category.
setId()  : self
Set the value of Id.
setSubcategory()  : self
Set the value of Subcategory.
setType()  : self
Set the value of Type.
setValue()  : self
Set the value of Value.

Properties

$category

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

(name="category", type="string", length=100, nullable=true)

$id

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

(name="id", type="bigint")

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$subcategory

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

(name="subcategory", type="string", length=100, nullable=true)

$type

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

(name="type", type="string", length=100, nullable=true)

$value

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

(name="value", type="string", length=100, nullable=true)

Methods

getCategory()

Get the value of Category.

public getCategory() : string
Return values
string

getId()

Get the value of Id.

public getId() : int
Return values
int

getSubcategory()

Get the value of Subcategory.

public getSubcategory() : string
Return values
string

getType()

Get the value of Type.

public getType() : string
Return values
string

getValue()

Get the value of Value.

public getValue() : string
Return values
string

setCategory()

Set the value of Category.

public setCategory(string $category) : self
Parameters
$category : string
Return values
self

setId()

Set the value of Id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setSubcategory()

Set the value of Subcategory.

public setSubcategory(string $subcategory) : self
Parameters
$subcategory : string
Return values
self

setType()

Set the value of Type.

public setType(string $type) : self
Parameters
$type : string
Return values
self

setValue()

Set the value of Value.

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

Search results