API Documentation

Service/Simpy/LinkQuery.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Simpy
version
$Id: LinkQuery.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Simpy_LinkQuery

Description

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.

Zend_Service_Simpy_LinkQuery

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Simpy
Properties
$_query
$_limit
$_date
$_afterDate
$_beforeDate
Methods
setQueryString
getQueryString
setLimit
getLimit
setDate
getDate
setAfterDate
getAfterDate
setBeforeDate
getBeforeDate

Description

Properties

$_afterDate

string $_afterDate = 'null'

Date after which search results must have been added

Details

$_afterDate
string
visibility
protected
default
null
final
false
static
false

$_beforeDate

string $_beforeDate = 'null'

Date before which search results must have been added

Details

$_beforeDate
string
visibility
protected
default
null
final
false
static
false

$_date

string $_date = 'null'

Date on which search results must have been added

Details

$_date
string
visibility
protected
default
null
final
false
static
false

$_limit

int $_limit = 'null'

Maximum number of search results to return

Details

$_limit
int
visibility
protected
default
null
final
false
static
false

$_query

string $_query = 'null'

Query string for the query

Details

$_query
string
visibility
protected
default
null
final
false
static
false

Methods

getAfterDate

getAfterDate( ) : string

Returns the date after which search results must have been added

Output
string
Details
visibility
public
final
false
static
false

getBeforeDate

getBeforeDate( ) : string

Returns the date before which search results must have been added

Output
string
Details
visibility
public
final
false
static
false

getDate

getDate( ) : string

Returns the date on which search results must have been added

Output
string
Details
visibility
public
final
false
static
false

getLimit

getLimit( ) : int

Returns the maximum number of search results to return

Output
int
Details
visibility
public
final
false
static
false

getQueryString

getQueryString( ) : string

Returns the query string set for this query

Output
string
Details
visibility
public
final
false
static
false

setAfterDate

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

Arguments
$date
string
Output
Zend_Service_Simpy_LinkQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
see
setDate()

setBeforeDate

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

Arguments
$date
string
Output
Zend_Service_Simpy_LinkQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
see
setDate()

setDate

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

Arguments
$date
string
Output
Zend_Service_Simpy_LinkQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
see
setAfterDate()
see
setBeforeDate()

setLimit

setLimit( int $limit ) : Zend_Service_Simpy_LinkQuery

Sets the maximum number of search results to return

Arguments
$limit
int
Output
Zend_Service_Simpy_LinkQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setQueryString

setQueryString( string $query ) : Zend_Service_Simpy_LinkQuery

Sets the query string for the query

Arguments
$query
string
Query string in valid Simpy syntax
Output
Zend_Service_Simpy_LinkQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
see
http://www.simpy.com/faq#searchSyntax
see
http://www.simpy.com/faq#searchFieldsLinks
Documentation was generated by DocBlox.