Horde_Block_TwitterTimeline
extends Horde_Core_Block
in package
A bare-bones twitter client in a Horde block.
Copyright 2009-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL-2). If you did not receive this file, see http://www.horde.org/licenses/lgpl.
Tags
Table of Contents
- $_profile : object
- Twitter profile information returned from verify_credentials
- $_twitter : Horde_Service_Twitter
- __construct() : mixed
- _content() : mixed
- _getTwitterObject() : mixed
- _params() : mixed
- _title() : mixed
Properties
$_profile
Twitter profile information returned from verify_credentials
protected
object
$_profile
$_twitter
protected
Horde_Service_Twitter
$_twitter
Methods
__construct()
public
__construct(mixed $app[, mixed $params = array() ]) : mixed
Parameters
- $app : mixed
- $params : mixed = array()
Return values
mixed —_content()
protected
_content() : mixed
Return values
mixed —_getTwitterObject()
protected
_getTwitterObject() : mixed
Return values
mixed —_params()
protected
_params() : mixed
Return values
mixed —_title()
protected
_title() : mixed