PHP Class Horde_Push_Recipient_Blogger, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not
receive this file, see http://www.horde.org/licenses/lgpl21.
Mostra file
Open project: horde/horde
Public Methods
Method |
Description |
|
__construct ( Horde_Http_Client $client, array $params ) |
Constructor. |
|
push ( Horde_Push $content, array $options = [] ) : null |
Push content to the recipient. |
|
Method Details
__construct()
public method
public __construct ( Horde_Http_Client $client, array $params ) |
$client |
Horde_Http_Client |
The HTTP handler for connecting to
blogger.com. |
$params |
array |
The connection details for blogger.com. |
Push content to the recipient.
public push ( Horde_Push $content, array $options = [] ) : null |
$content |
Horde_Push |
The content element. |
$options |
array |
Additional options. |
return |
null |
|