|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| setQueryString ($query) | |
| getQueryString () | |
| setLimit ($limit) | |
| getLimit () | |
| setDate ($date) | |
| getDate () | |
| setAfterDate ($date) | |
| getAfterDate () | |
| setBeforeDate ($date) | |
| getBeforeDate () | |
Protected Attributes | |
| $_query = null | |
| $_limit = null | |
| $_date = null | |
| $_afterDate = null | |
| $_beforeDate = null | |
Definition at line 32 of file LinkQuery.php.
| getAfterDate | ( | ) |
Returns the date after which search results must have been added
Definition at line 170 of file LinkQuery.php.
| getBeforeDate | ( | ) |
Returns the date before which search results must have been added
Definition at line 196 of file LinkQuery.php.
| getDate | ( | ) |
Returns the date on which search results must have been added
Definition at line 144 of file LinkQuery.php.
| getLimit | ( | ) |
Returns the maximum number of search results to return
Definition at line 116 of file LinkQuery.php.
| getQueryString | ( | ) |
Returns the query string set for this query
Definition at line 89 of file LinkQuery.php.
| setAfterDate | ( | $ | date | ) |
Sets the date after which search results must have been added, which will override any existing values set using setDate()
| string | $date |
Definition at line 157 of file LinkQuery.php.
| setBeforeDate | ( | $ | date | ) |
Sets the date before which search results must have been added, which will override any existing values set using setDate()
| string | $date |
Definition at line 183 of file LinkQuery.php.
| setDate | ( | $ | date | ) |
Sets the date on which search results must have been added, which will override any existing values set using setAfterDate() and setBeforeDate()
| string | $date |
Definition at line 130 of file LinkQuery.php.
| setLimit | ( | $ | limit | ) |
Sets the maximum number of search results to return
| int | $limit |
Definition at line 100 of file LinkQuery.php.
| setQueryString | ( | $ | query | ) |
Sets the query string for the query
| string | $query | Query string in valid Simpy syntax |
Definition at line 77 of file LinkQuery.php.
$_afterDate = null [protected] |
Definition at line 60 of file LinkQuery.php.
$_beforeDate = null [protected] |
Definition at line 67 of file LinkQuery.php.
$_date = null [protected] |
Definition at line 53 of file LinkQuery.php.
$_limit = null [protected] |
Definition at line 46 of file LinkQuery.php.
$_query = null [protected] |
Definition at line 39 of file LinkQuery.php.