Table of Contents
Properties
-
$member
: Member
-
$sql
: array<string|int, mixed>
-
$term
: string
Methods
-
__construct()
: mixed
-
getCountryInstance()
: Country
-
getMemberInstance()
: Member
-
getResult()
: array<string|int, mixed>
-
cntMember()
: int
-
getSearchRows()
: array<string|int, mixed>
-
getSearchTitle()
: string
-
initRowSet()
: array<string|int, mixed>
-
setTheSQL()
: void
$member
private
Member
$member
$sql
private
array<string|int, mixed>
$sql
= [0 => '', 1 => '']
$term
private
string
$term
__construct()
public
__construct([string $term = '' ]) : mixed
Parameters
-
$term
: string
= ''
-
-
throws
-
RandomException
getCountryInstance()
public
getCountryInstance() : Country
getMemberInstance()
public
getMemberInstance() : Member
getResult()
public
getResult() : array<string|int, mixed>
-
throws
-
Exception
Return values
array<string|int, mixed>
cntMember()
private
cntMember() : int
getSearchRows()
private
getSearchRows(array<string|int, mixed> $rowSet) : array<string|int, mixed>
Parameters
-
$rowSet
: array<string|int, mixed>
-
-
throws
-
Exception
Return values
array<string|int, mixed>
getSearchTitle()
private
getSearchTitle(int $cntMember) : string
Parameters
-
$cntMember
: int
-
-
throws
-
Exception
initRowSet()
private
initRowSet(string $title) : array<string|int, mixed>
Parameters
-
$title
: string
-
Return values
array<string|int, mixed>
setTheSQL()
private
setTheSQL() : void
-
throws
-
RandomException