Legend of the Green Dragon

Whostyping
in package

Whostyping.

Tags
ORM\Table

(name="whostyping")

ORM\Entity

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

Table of Contents

$name  : string|null
$section  : string|null
$time  : int|null
getName()  : string
Get the value of Name.
getSection()  : string
Get the value of Section.
getTime()  : int
Get the value of Time.
setName()  : self
Set the value of Name.
setSection()  : self
Set the value of Section.
setTime()  : self
Set the value of Time.

Properties

$name

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

(name="name", type="string", length=255, options={"collation": "utf8_general_ci"})

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$section

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

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

$time

private int|null $time = null
Tags
ORM\Column

(name="time", type="integer", options={"unsigned"=true})

Methods

getName()

Get the value of Name.

public getName() : string
Return values
string

getSection()

Get the value of Section.

public getSection() : string
Return values
string

getTime()

Get the value of Time.

public getTime() : int
Return values
int

setName()

Set the value of Name.

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

setSection()

Set the value of Section.

public setSection(string $section) : self
Parameters
$section : string
Return values
self

setTime()

Set the value of Time.

public setTime(int $time) : self
Parameters
$time : int
Return values
self

Search results