SearchResult SearchResult(
array
$result
)
|
|
Initialize the SearchResult, MUST NOT be called from outside this package!
Parameters:
|
array |
$result: |
the result |
API Tags:
mixed getResultColumn(
String
$columnName
)
|
|
Gets a Column from the Search Result.
If this column is not set null is returned!
Parameters:
|
String |
$columnName: |
the Column Name to fetch |
API Tags:
| Return: | the Column Value or null |