Class Zend_Service_Simpy_LinkQuery

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

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


	
			
Variable Summary
 string $_afterDate
 string $_beforeDate
 string $_date
 int $_limit
 string $_query
Method Summary
 Zend_Service_Simpy_LinkQuery __construct ()
 string getAfterDate ()
 string getBeforeDate ()
 string getDate ()
 int getLimit ()
 string getQueryString ()
 void setAfterDate (string $date)
 void setBeforeDate (string $date)
 void setDate (string $date)
 void setLimit (int $limit)
 void setQueryString (string $query)
Variables
string $_afterDate (line 58)

Date after which search results must have been added

  • access: protected
string $_beforeDate (line 65)

Date before which search results must have been added

  • access: protected
string $_date (line 51)

Date on which search results must have been added

  • access: protected
int $_limit (line 44)

Maximum number of search results to return

  • access: protected
string $_query (line 37)

Query string for the query

  • access: protected
Methods
Constructor __construct (line 70)

Constructor to initialize class members

  • access: public
Zend_Service_Simpy_LinkQuery __construct ()
getAfterDate (line 168)

Returns the date after which search results must have been added

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

Returns the date before which search results must have been added

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

Returns the date on which search results must have been added

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

Returns the maximum number of search results to return

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

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

void setAfterDate (string $date)
  • string $date
setBeforeDate (line 180)

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

void setBeforeDate (string $date)
  • string $date
setDate (line 133)

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

void setDate (string $date)
  • string $date
setLimit (line 106)

Sets the maximum number of search results to return

  • access: public
void setLimit (int $limit)
  • int $limit
setQueryString (line 86)

Sets the query string for the query

  • access: public
  • see: searchFieldsLinks
  • see: searchSyntax
void setQueryString (string $query)
  • string $query: Query string in valid Simpy syntax

Documentation generated on Thu, 18 Jan 2007 10:00:59 -0800 by phpDocumentor 1.3.1