Class Zend_Service_Simpy_LinkQuery

Description
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Service/Simpy/LinkQuery.php (line 32)


	
			
Variable Summary
 string $_afterDate
 string $_beforeDate
 string $_date
 int $_limit
 string $_query
Method Summary
Variables
string $_afterDate = null (line 60)

Date after which search results must have been added

  • access: protected
string $_beforeDate = null (line 67)

Date before which search results must have been added

  • access: protected
string $_date = null (line 53)

Date on which search results must have been added

  • access: protected
int $_limit = null (line 46)

Maximum number of search results to return

  • access: protected
string $_query = null (line 39)

Query string for the query

  • access: protected
Methods
getAfterDate (line 170)

Returns the date after which search results must have been added

  • access: public
string getAfterDate ()
getBeforeDate (line 196)

Returns the date before which search results must have been added

  • access: public
string getBeforeDate ()
getDate (line 144)

Returns the date on which search results must have been added

  • access: public
string getDate ()
getLimit (line 116)

Returns the maximum number of search results to return

  • access: public
int getLimit ()
getQueryString (line 89)

Returns the query string set for this query

  • access: public
string getQueryString ()
setAfterDate (line 157)

Sets the date after which search results must have been added, which will override any existing values set using setDate()

Zend_Service_Simpy_LinkQuery setAfterDate (string $date)
  • string $date
setBeforeDate (line 183)

Sets the date before which search results must have been added, which will override any existing values set using setDate()

Zend_Service_Simpy_LinkQuery setBeforeDate (string $date)
  • string $date
setDate (line 130)

Sets the date on which search results must have been added, which will override any existing values set using setAfterDate() and setBeforeDate()

Zend_Service_Simpy_LinkQuery setDate (string $date)
  • string $date
setLimit (line 100)

Sets the maximum number of search results to return

  • return: Provides a fluent interface
  • access: public
Zend_Service_Simpy_LinkQuery setLimit (int $limit)
  • int $limit
setQueryString (line 77)

Sets the query string for the query

  • return: Provides a fluent interface
  • see: searchSyntax
  • see: searchFieldsLinks
  • access: public
Zend_Service_Simpy_LinkQuery setQueryString (string $query)
  • string $query: Query string in valid Simpy syntax

Documentation generated on Sun, 27 May 2007 23:25:21 -0700 by phpDocumentor 1.3.2