AjaxPartySearchSum
Table of Contents
Properties
-
$isPast
: int
-
$searchFieldMap
: array<string|int, mixed>
-
$term
: string
Methods
-
__construct()
: mixed
-
getResult()
: array<string|int, mixed>
-
createSQL()
: array<string|int, mixed>
-
isPastPage()
: void
-
searchResult()
: array<string|int, mixed>
-
setIsPast()
: void
$isPast
private
int
$isPast
= 0
$searchFieldMap
private
array<string|int, mixed>
$searchFieldMap
$term
private
string
$term
__construct()
public
__construct([string $term = '' ]) : mixed
Parameters
-
$term
: string
= ''
-
-
throws
-
Exception
getResult()
public
getResult() : array<string|int, mixed>
-
throws
-
DateMalformedStringException
-
throws
-
RandomException
Return values
array<string|int, mixed>
createSQL()
private
createSQL() : array<string|int, mixed>
-
throws
-
DateMalformedStringException
-
throws
-
RandomException
Return values
array<string|int, mixed>
isPastPage()
private
isPastPage() : void
searchResult()
private
searchResult(array<string|int, mixed> $saSQL) : array<string|int, mixed>
Parameters
-
$saSQL
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
setIsPast()
private
setIsPast(int $isPast) : void
Parameters
-
$isPast
: int
-