Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Simpy_LinkQuery Class Reference

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

Detailed Description

Definition at line 32 of file LinkQuery.php.


Member Function Documentation

Returns the date after which search results must have been added

Returns:
string

Definition at line 170 of file LinkQuery.php.

Returns the date before which search results must have been added

Returns:
string

Definition at line 196 of file LinkQuery.php.

getDate ( )

Returns the date on which search results must have been added

Returns:
string

Definition at line 144 of file LinkQuery.php.

getLimit ( )

Returns the maximum number of search results to return

Returns:
int

Definition at line 116 of file LinkQuery.php.

Returns the query string set for this query

Returns:
string

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()

Parameters:
string$date
See also:
setDate()
Returns:
Zend_Service_Simpy_LinkQuery Provides a fluent interface

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()

Parameters:
string$date
See also:
setDate()
Returns:
Zend_Service_Simpy_LinkQuery Provides a fluent interface

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()

Parameters:
string$date
See also:
setAfterDate()
setBeforeDate()
Returns:
Zend_Service_Simpy_LinkQuery Provides a fluent interface

Definition at line 130 of file LinkQuery.php.

setLimit ( limit)

Sets the maximum number of search results to return

Parameters:
int$limit
Returns:
Zend_Service_Simpy_LinkQuery Provides a fluent interface

Definition at line 100 of file LinkQuery.php.

setQueryString ( query)

Sets the query string for the query

Parameters:
string$queryQuery string in valid Simpy syntax
See also:
http://www.simpy.com/faq#searchSyntax
http://www.simpy.com/faq#searchFieldsLinks
Returns:
Zend_Service_Simpy_LinkQuery Provides a fluent interface

Definition at line 77 of file LinkQuery.php.


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations