InformList
in package
uses
TraitUser
Table of Contents
Properties
- $informTable : string
- $limit : int
- $statusKey : string
- $inform : Inform
- $user : User
Methods
- __construct() : mixed
- getInformTable() : string
- getLimit() : int
- getListInform() : string
- Zeigt die informs des Users
- getStatusKey() : string
- getUserInstance() : User
- setInformTable() : void
- setLimit() : void
- setStatusKey() : void
Properties
$informTable
public
string
$informTable
$limit
public
int
$limit
$statusKey
public
string
$statusKey
$inform
private
Inform
$inform
$user
private
User
$user
Methods
__construct()
public
__construct() : mixed
getInformTable()
public
getInformTable() : string
Return values
stringgetLimit()
public
getLimit() : int
Return values
intgetListInform()
Zeigt die informs des Users
public
getListInform() : string
Tags
Return values
stringgetStatusKey()
public
getStatusKey() : string
Return values
stringgetUserInstance()
public
getUserInstance() : User
Return values
UsersetInformTable()
public
setInformTable(string $informTable) : void
Parameters
- $informTable : string
setLimit()
public
setLimit(int $limit) : void
Parameters
- $limit : int
setStatusKey()
public
setStatusKey(string $statusKey) : void
Parameters
- $statusKey : string