search
extends searchWrapper
in
Files search wrapper object
Table of Contents
$datefrom | int | |
---|---|---|
$dateto | int | |
$userid | int | |
$combinationDatefrom | int | |
$combinationDateto | int | |
$combinationUserid | int | |
$filename | string | |
$combination | string | |
$limit | array | |
$orderby | array | |
$isMultiple | Multiple search flag | bool |
$data | Data array | array |
$cache | Cache object | cache |
$events | Event list | events |
$config | Config object | config |
$language | Sprachobjekt | language |
$session | Session objekt | session |
$notifications | Notifications | notifications |
$permissions | Permissions | permissions |
$cacheName | Cache name | string |
$cacheModule | Cache Modul | string |
getData() | Liefert Daten zurück, die über Eigenschaften erzeugt wurden | array |
hasParams() | Funktion liefert Informationen zurpck, ob Suchparameter vorhanden | bool |
isMultiple() | Is multiple flag set | bool |
setMultiple() | Sets multiple lag | $this |
getCondition() | Returns condition for given value | string |
__construct() | Konstruktor | void |
getCacheName() | Cache-Name zurückgeben | string |
Properties
$datefrom
public
int
$datefrom
$dateto
public
int
$dateto
$userid
public
int
$userid
$combinationDatefrom
public
int
$combinationDatefrom
$combinationDateto
public
int
$combinationDateto
$combinationUserid
public
int
$combinationUserid
$filename
public
string
$filename
$combination
public
string
$combination
$limit
public
array
$limit
$orderby
public
array
$orderby
$isMultiple
Multiple search flag
protected
bool
$isMultiple
= false
$data
Data array
protected
array
$data
$cache
Cache object
protected
cache
$cache
$events
Event list
protected
events
$events
$config
Config object
protected
config
$config
$language
Sprachobjekt
protected
language
$language
$session
Session objekt
protected
session
$session
$notifications
Notifications
protected
notifications
$notifications
$permissions
Permissions
protected
permissions
$permissions
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Methods
getData()
Liefert Daten zurück, die über Eigenschaften erzeugt wurden
public
getData(
)
: array
Return values
arrayhasParams()
Funktion liefert Informationen zurpck, ob Suchparameter vorhanden
public
hasParams(
)
: bool
Return values
boolisMultiple()
Is multiple flag set
public
isMultiple(
)
: bool
Tags
Return values
boolsetMultiple()
Sets multiple lag
public
setMultiple(
$isMultiple :
bool
)
: $this
Parameters
- $isMultiple : bool
Tags
Return values
$thisgetCondition()
Returns condition for given value
public
getCondition(
$condition :
string
, $query :
string
)
: string
Parameters
- $condition : string
- $query : string
Return values
string__construct()
Konstruktor
public
__construct(
)
: void
getCacheName()
Cache-Name zurückgeben
public
getCacheName(
[ $addName :
string
= '' ]
)
: string
Parameters
- $addName : string = ''