userRollList
extends tablelist
in
Benutzerrollen-Liste Objekt
Table of Contents
$dbcon | DB-Verbindung | database |
---|---|---|
$table | Tabellen-Name | string |
$cache | System-Cache | cache |
$events | Event-Liste | events |
$config | System-Config-Objekt | config |
$language | System-Sprachen-Objekt | language |
$notifications | Notifications | notifications |
$cacheName | Cache name | string |
$cacheModule | Cache Modul | string |
$data | Data array | array |
__construct() | Konstruktor | void |
getUserRolls() | Liefert ein array aller Benutzer-Rollen | array |
getUserRollsByIds() | Liefert Array mit Benutzerrollen für gegebenes IDs | array |
getUserRollsTranslated() | Liefert ein array aller Benutzer-Rollen mit übersetzen Texten | array |
getRollsbyIdsTranslated() | Übersetzte Rollen zurückgeben | array |
getRollsbyIdString() | Returns translated IDs by id string | array |
__construct() | Konstruktor | void |
__call() | Magische Methode für nicht vorhandene Methoden | bool |
__callStatic() | Magische Methode für nicht vorhandene, statische Methoden | bool |
__destruct() | Konstruktor | void |
Properties
$dbcon
DB-Verbindung
protected
database
$dbcon
$table
Tabellen-Name
protected
string
$table
$cache
System-Cache
protected
cache
$cache
$events
Event-Liste
protected
events
$events
$config
System-Config-Objekt
protected
config
$config
$language
System-Sprachen-Objekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
$data
Data array
protected
array
$data
= []
Methods
__construct()
Konstruktor
public
__construct(
)
: void
getUserRolls()
Liefert ein array aller Benutzer-Rollen
public
getUserRolls(
)
: array
Return values
arraygetUserRollsByIds()
Liefert Array mit Benutzerrollen für gegebenes IDs
public
getUserRollsByIds(
$ids :
array
)
: array
Parameters
- $ids : array
Return values
arraygetUserRollsTranslated()
Liefert ein array aller Benutzer-Rollen mit übersetzen Texten
public
getUserRollsTranslated(
)
: array
Return values
arraygetRollsbyIdsTranslated()
Übersetzte Rollen zurückgeben
public
getRollsbyIdsTranslated(
$ids :
array
)
: array
Parameters
- $ids : array
Return values
arraygetRollsbyIdString()
Returns translated IDs by id string
public
getRollsbyIdString(
$data :
string
)
: array
Parameters
- $data : string
Tags
Return values
array__construct()
Konstruktor
public
__construct(
)
: void
__call()
Magische Methode für nicht vorhandene Methoden
public
__call(
$name :
string
, $arguments :
mixed
)
: bool
Parameters
- $name : string
- $arguments : mixed
Return values
bool__callStatic()
Magische Methode für nicht vorhandene, statische Methoden
public
static __callStatic(
$name :
string
, $arguments :
mixed
)
: bool
Parameters
- $name : string
- $arguments : mixed
Return values
bool__destruct()
Konstruktor
public
__destruct(
)
: void