Legend of the Green Dragon

Logdnetbans
in package

Logdnetbans.

Tags
ORM\Table

(name="logdnetbans")

ORM\Entity

Table of Contents

$banid  : int|null
$bantype  : string|null
$banvalue  : string|null
getBanid()  : int
Get the value of Banid.
getBantype()  : string
Get the value of Bantype.
getBanvalue()  : string
Get the value of Banvalue.
setBanid()  : self
Set the value of Banid.
setBantype()  : self
Set the value of Bantype.
setBanvalue()  : self
Set the value of Banvalue.

Properties

$banid

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

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$bantype

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

(name="bantype", type="string", length=20)

$banvalue

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

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

Methods

getBanid()

Get the value of Banid.

public getBanid() : int
Return values
int

getBantype()

Get the value of Bantype.

public getBantype() : string
Return values
string

getBanvalue()

Get the value of Banvalue.

public getBanvalue() : string
Return values
string

setBanid()

Set the value of Banid.

public setBanid(int $banid) : self
Parameters
$banid : int
Return values
self

setBantype()

Set the value of Bantype.

public setBantype(string $bantype) : self
Parameters
$bantype : string
Return values
self

setBanvalue()

Set the value of Banvalue.

public setBanvalue(string $banvalue) : self
Parameters
$banvalue : string
Return values
self

Search results