PHP Class Horde_Push_Recipient_Base, 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.
Inheritance: implements Horde_Push_Recipient
Exibir arquivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
setAcl ( string $acl ) : null Set the ACL for this recipient.

Protected Methods

Method Description
getAcl ( ) : string Retrieve the ACL setting for this recipient.

Method Details

getAcl() protected method

Retrieve the ACL setting for this recipient.
protected getAcl ( ) : string
return string The ACL.

setAcl() public method

Set the ACL for this recipient.
public setAcl ( string $acl ) : null
$acl string The ACL.
return null