PHP Class Horde_Block_FbStream, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Core_Block
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$_facebook Horde_Service_Facebook
$_fbp string Cache the uid/sid

Public Methods

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

Protected Methods

Method Description
_content ( ) : string The content to go in this block.
_params ( )
_title ( )

Method Details

__construct() public method

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

_content() protected method

The content to go in this block.
protected _content ( ) : string
return string The content.

_params() protected method

protected _params ( )

_title() protected method

protected _title ( )

Property Details

$_facebook protected_oe property

protected Horde_Service_Facebook $_facebook
return Horde_Service_Facebook

$_fbp protected_oe property

Cache the uid/sid
protected string $_fbp
return string