Logdnetbans
in package
Logdnetbans.
Tags
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
$bantype
private
string|null
$bantype
= null
Tags
$banvalue
private
string|null
$banvalue
= null
Tags
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