Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

string
$_afterDate= 'null'
Date after which search results must have been added
null
Details
string
$_beforeDate= 'null'
Date before which search results must have been added
null
Details
string
$_date= 'null'
Date on which search results must have been added
null
Details
getAfterDate(
)
:
string
Returns the date after which search results must have been added
Type | Description |
---|---|
string |

getBeforeDate(
)
:
string
Returns the date before which search results must have been added
Type | Description |
---|---|
string |

getDate(
)
:
string
Returns the date on which search results must have been added
Type | Description |
---|---|
string |

getLimit(
)
:
int
Returns the maximum number of search results to return
Type | Description |
---|---|
int |

getQueryString(
)
:
string
Returns the query string set for this query
Type | Description |
---|---|
string |

setAfterDate(
string $date
)
:
\Zend_Service_Simpy_LinkQuery
Sets the date after which search results must have been added, which will override any existing values set using setDate()
Name | Type | Description |
---|---|---|
$date | string |
Type | Description |
---|---|
\Zend_Service_Simpy_LinkQuery | Provides a fluent interface |

setBeforeDate(
string $date
)
:
\Zend_Service_Simpy_LinkQuery
Sets the date before which search results must have been added, which will override any existing values set using setDate()
Name | Type | Description |
---|---|---|
$date | string |
Type | Description |
---|---|
\Zend_Service_Simpy_LinkQuery | Provides a fluent interface |

setDate(
string $date
)
:
\Zend_Service_Simpy_LinkQuery
Sets the date on which search results must have been added, which will override any existing values set using setAfterDate() and setBeforeDate()
Name | Type | Description |
---|---|---|
$date | string |
Type | Description |
---|---|
\Zend_Service_Simpy_LinkQuery | Provides a fluent interface |

setLimit(
int $limit
)
:
\Zend_Service_Simpy_LinkQuery
Sets the maximum number of search results to return
Name | Type | Description |
---|---|---|
$limit | int |
Type | Description |
---|---|
\Zend_Service_Simpy_LinkQuery | Provides a fluent interface |

setQueryString(
string $query
)
:
\Zend_Service_Simpy_LinkQuery
Sets the query string for the query
Name | Type | Description |
---|---|---|
$query | string | Query string in valid Simpy syntax |
Type | Description |
---|---|
\Zend_Service_Simpy_LinkQuery | Provides a fluent interface |