UserReportSetting
in package
Tags
Table of Contents
Properties
- $allowInbound : bool|null
- $client : Client|null
- $id : int|null
Methods
- getAllowInbound() : bool|null
- getClient() : Client|null
- getId() : int|null
- getUser() : Client|null
- setAllowInbound() : void
- setClient() : void
- setId() : void
- setUser() : void
Properties
$allowInbound
private
bool|null
$allowInbound
Tags
$client
private
Client|null
$client
Tags
$id
private
int|null
$id
Tags
Methods
getAllowInbound()
public
getAllowInbound() : bool|null
Return values
bool|nullgetClient()
public
getClient() : Client|null
Return values
Client|nullgetId()
public
getId() : int|null
Return values
int|nullgetUser()
public
getUser() : Client|null
Return values
Client|nullsetAllowInbound()
public
setAllowInbound(bool|null $allowInbound) : void
Parameters
- $allowInbound : bool|null
setClient()
public
setClient(Client|null $client) : void
Parameters
- $client : Client|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setUser()
public
setUser(Client|null $client) : void
Parameters
- $client : Client|null