Method | Description | |
---|---|---|
__construct ( array $result ) | Constructor. | |
asArray ( ) : array | Return the result as an array. | |
count ( ) : integer | The number of result entries. | |
sizeLimitExceeded ( ) : boolean | Test if the last search exceeded the size limit. |
public __construct ( array $result ) | ||
$result | array | The search result. |
public sizeLimitExceeded ( ) : boolean | ||
return | boolean | True if the last search exceeded the size limit. |