Legend of the Green Dragon

Logdnetbans

Logdnetbans.

Tags
ORM\Table

(name="logdnetbans")

ORM\Entity

Table of Contents

$banid  : int
$bantype  : string
$banvalue  : string
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 $banid
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$bantype

private string $bantype
Tags
ORM\Column

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

$banvalue

private string $banvalue
Tags
ORM\Column

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

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