Horde_Push_Recipient_Mail
        
        extends Horde_Push_Recipient_Base
    
    
            
            in package
            
        
    
    
    
        
            E-mail recipients.
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.
- $_mail : Horde_Mail_Transport
- The mail transport.
- $_params : array<string|int, mixed>
- Mail parameters.
- __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
    
    
    
    
$_mail
The mail transport.
    private
        Horde_Mail_Transport
    $_mail
    
    
    
    
$_params
Mail parameters.
    private
        array<string|int, mixed>
    $_params
    
    
    
    
Methods
__construct()
Constructor.
    public
                __construct(Horde_Mail_Transport $mail[, array<string|int, mixed> $params = array() ]) : mixed
    
        Parameters
- $mail : Horde_Mail_Transport
- 
                    The mail transport. 
- $params : array<string|int, mixed> = array()
- 
                    Parameters for the mail transport. 
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.