API Documentation

Service/Twitter/Search.php

Includes 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
Twitter
version
$Id: Search.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Twitter_Search

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_Twitter_Search

Extends from
Zend_Rest_Client
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
Twitter
Properties
$_responseType
$_responseTypes
$_uri
Methods
__construct
setResponseType
getResponseType
trends
search

Description

Properties

$_responseType

String $_responseType = 'json'

Return Type

Details

$_responseType
String
visibility
protected
default
json
final
false
static
false

$_responseTypes

array $_responseTypes = 'array'

Response Format Types

Details

$_responseTypes
array
visibility
protected
default
array
final
false
static
false

$_uri

Zend_Uri_Http $_uri = ''

Uri Compoent

Details

$_uri
Zend_Uri_Http
visibility
protected
default
final
false
static
false

Methods

__construct

__construct(  $responseType = json ) : void

Constructor

Arguments
$responseType
Details
visibility
public
final
false
static
false

getResponseType

getResponseType( ) : string

Retrieve responseType

Output
string
Details
visibility
public
final
false
static
false

search

search(  $query,  $params = array ) :

Performs a Twitter search query.

Arguments
$query
$params
Details
visibility
public
final
false
static
false
throws

setResponseType

setResponseType( string $responseType = json ) : Zend_Service_Twitter_Search

set responseType

Arguments
$responseType
string
Details
visibility
public
final
false
static
false
throws

trends

trends( ) : array

Get the current twitter trends. Currnetly only supports json as the return.

Output
array
Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.