Documentation

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
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

link
http://www.horde.org/libraries/Horde_Push

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.

Search results