Horde_Push_Recipient_Blogger
extends Horde_Push_Recipient_Base
in package
Blogger.com as recipient.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $_acl : string
- The ACL for this recipient.
- $_client : Horde_Http_Client
- The HTTP client.
- $_params : array<string|int, mixed>
- The connection details for blogger.com
- __construct() : mixed
- Constructor.
- push() : null
- Push content to the recipient.
- setAcl() : null
- Set the ACL for this recipient.
- getAcl() : string
- Retrieve the ACL setting for this recipient.
Properties
$_acl
The ACL for this recipient.
private
string
$_acl
$_client
The HTTP client.
private
Horde_Http_Client
$_client
$_params
The connection details for blogger.com
private
array<string|int, mixed>
$_params
Methods
__construct()
Constructor.
public
__construct(Horde_Http_Client $client, array<string|int, mixed> $params) : mixed
Parameters
- $client : Horde_Http_Client
-
The HTTP handler for connecting to blogger.com.
- $params : array<string|int, mixed>
-
The connection details for blogger.com.
Return values
mixed —push()
Push content to the recipient.
public
push(Horde_Push $content[, array<string|int, mixed> $options = array() ]) : null
Parameters
- $content : Horde_Push
-
The content element.
- $options : array<string|int, mixed> = array()
-
Additional options.
Return values
null —setAcl()
Set the ACL for this recipient.
public
setAcl(string $acl) : null
Parameters
- $acl : string
-
The ACL.
Return values
null —getAcl()
Retrieve the ACL setting for this recipient.
protected
getAcl() : string
Return values
string —The ACL.