[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 200 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_Simpy_LinkQuery:: (10 methods):
setQueryString()
getQueryString()
setLimit()
getLimit()
setDate()
getDate()
setAfterDate()
getAfterDate()
setBeforeDate()
getBeforeDate()
Class: Zend_Service_Simpy_LinkQuery - X-Ref
setQueryString($query) X-Ref |
Sets the query string for the query param: string $query Query string in valid Simpy syntax return: Zend_Service_Simpy_LinkQuery Provides a fluent interface |
getQueryString() X-Ref |
Returns the query string set for this query return: string |
setLimit($limit) X-Ref |
Sets the maximum number of search results to return param: int $limit return: Zend_Service_Simpy_LinkQuery Provides a fluent interface |
getLimit() X-Ref |
Returns the maximum number of search results to return return: int |
setDate($date) X-Ref |
Sets the date on which search results must have been added, which will override any existing values set using setAfterDate() and setBeforeDate() param: string $date return: Zend_Service_Simpy_LinkQuery Provides a fluent interface |
getDate() X-Ref |
Returns the date on which search results must have been added return: string |
setAfterDate($date) X-Ref |
Sets the date after which search results must have been added, which will override any existing values set using setDate() param: string $date return: Zend_Service_Simpy_LinkQuery Provides a fluent interface |
getAfterDate() X-Ref |
Returns the date after which search results must have been added return: string |
setBeforeDate($date) X-Ref |
Sets the date before which search results must have been added, which will override any existing values set using setDate() param: string $date return: Zend_Service_Simpy_LinkQuery Provides a fluent interface |
getBeforeDate() X-Ref |
Returns the date before which search results must have been added return: string |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |