Constructor & Destructor Documentation
__construct |
( |
$ |
engine_id = null , |
|
|
$ |
query = null , |
|
|
$ |
start_date = null , |
|
|
$ |
end_date = null , |
|
|
$ |
first = null , |
|
|
$ |
count = null , |
|
|
$ |
specific_data = null |
|
) |
| |
Constructs the object
- Parameters:
-
int | $engine_id | The engine identifier [OPTIONAL] |
string | $query | The query string [OPTIONAL] |
int | $start_date | The date from which to start the search (UNIX timestamp) [OPTIONAL] |
int | $end_date | The date to which to end the search (UNIX timestamp) [OPTIONAL] |
int | $first | The first article to fetch [OPTIONAL] |
int | $count | The number of articles to fetch [OPTIONAL] |
string | $specific_data | Engine specific data [OPTIONAL] public |
- Returns:
- void
Member Function Documentation
setDate |
( |
$ |
start_date, |
|
|
$ |
end_date |
|
) |
| |
Sets the date range
- Parameters:
-
int | $start_date | The start date (UNIX timestamp) |
int | $end_date | The end date (UNIX timestamp) public |
- Returns:
- void
Sets the results range
- Parameters:
-
int | $first | The first article to fetch |
int | $count | The count of articles to fetch public |
- Returns:
- void
Field Documentation
The documentation for this class was generated from the following file: