PHP Class Horde_Block_TwitterTimeline, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL-2). If you did not receive this file, see http://www.horde.org/licenses/lgpl.
Author: Ben Klang ([email protected])
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Core_Block
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_profile Object Twitter profile information returned from verify_credentials
$_twitter Horde_Service_Twitter

Public Methods

Method Description
__construct ( $app, $params = [] )

Protected Methods

Method Description
_content ( )
_getTwitterObject ( )
_params ( )
_title ( )

Method Details

__construct() public method

public __construct ( $app, $params = [] )

_content() protected method

protected _content ( )

_getTwitterObject() protected method

protected _getTwitterObject ( )

_params() protected method

protected _params ( )

_title() protected method

protected _title ( )

Property Details

$_profile protected_oe property

Twitter profile information returned from verify_credentials
protected Object $_profile
return Object

$_twitter protected_oe property

protected Horde_Service_Twitter $_twitter
return Horde_Service_Twitter