Horde_Push_Recipient_Base
in package
implements
Horde_Push_Recipient
The base recipient implementation.
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
Interfaces, Classes and Traits
- Horde_Push_Recipient
- This interface describes content recipients.
Table of Contents
- $_acl : string
- The ACL for this 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
Methods
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.