search
extends searchWrapper
in package
Files search wrapper object
Tags
Table of Contents
- COMBINATION_AND = 0
- COMBINATION_OR = 1
- $combination : string
- $combinationDatefrom : int
- $combinationDateto : int
- $combinationUserid : int
- $datefrom : int
- $dateto : int
- $filename : string
- $limit : array<string|int, mixed>
- $orderby : array<string|int, mixed>
- $userid : int
- $cache : cache
- Cache object
- $cacheModule : string
- Cache Modul
- $cacheName : string
- Cache name
- $config : config
- Config object
- $data : array<string|int, mixed>
- Data array
- $events : events
- Event list
- $isMultiple : bool
- Multiple search flag
- $language : language
- Sprachobjekt
- $notifications : notifications
- Notifications
- $permissions : permissions
- Permissions
- $session : session
- Session objekt
- __construct() : void
- Konstruktor
- getCacheName() : string
- Cache-Name zurückgeben
- getCondition() : string
- Returns condition for given value
- getData() : array<string|int, mixed>
- Liefert Daten zurück, die über Eigenschaften erzeugt wurden
- hasParams() : bool
- Funktion liefert Informationen zurpck, ob Suchparameter vorhanden
- isMultiple() : bool
- Is multiple flag set
- setMultiple() : $this
- Sets multiple lag
Constants
COMBINATION_AND
public
mixed
COMBINATION_AND
= 0
COMBINATION_OR
public
mixed
COMBINATION_OR
= 1
Properties
$combination
public
string
$combination
logische Verknüpfung AND/OR
$combinationDatefrom
public
int
$combinationDatefrom
AND/OR for datefrom
$combinationDateto
public
int
$combinationDateto
AND/OR for dateto
$combinationUserid
public
int
$combinationUserid
AND/OR for userid
$datefrom
public
int
$datefrom
seit Datum X.Y.Z
$dateto
public
int
$dateto
bis Datum X.Y.Z
$filename
public
string
$filename
Dateiname
$limit
public
array<string|int, mixed>
$limit
Abfrage einschränken
$orderby
public
array<string|int, mixed>
$orderby
Array von Sortierungen in SQL-Syntax
$userid
public
int
$userid
User-ID or 0
$cache
Cache object
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
Config object
protected
config
$config
$data
Data array
protected
array<string|int, mixed>
$data
$events
Event list
protected
events
$events
$isMultiple
Multiple search flag
protected
bool
$isMultiple
= false
Tags
$language
Sprachobjekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$permissions
Permissions
protected
permissions
$permissions
Tags
$session
Session objekt
protected
session
$session
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''
Return values
string —getCondition()
Returns condition for given value
public
getCondition(string $condition, string $query) : string
Parameters
- $condition : string
- $query : string
Return values
string —getData()
Liefert Daten zurück, die über Eigenschaften erzeugt wurden
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed> —hasParams()
Funktion liefert Informationen zurpck, ob Suchparameter vorhanden
public
hasParams() : bool
Return values
bool —isMultiple()
Is multiple flag set
public
isMultiple() : bool
Tags
Return values
bool —setMultiple()
Sets multiple lag
public
setMultiple(bool $isMultiple) : $this
Parameters
- $isMultiple : bool