EmailCollector
        
        extends Collector
    
    
            
            in package
            
        
    
    
    
        
            Class EmailCollector.
Table of Contents
- $activities : array<string|int, mixed>
- $data : array<string|int, mixed>
- $mailer : Mailer
- $name : string
- __construct() : mixed
- addData() : static
- getActivities() : array<int, array<string, mixed>>
- getContents() : string
- getData() : array<string|int, mixed>
- getName() : string
- getSafeName() : string
- hasData() : bool
- setMailer() : static
- getTotalMessagesSent() : int
- showHeader() : string
Properties
$activities
    protected
        array<string|int, mixed>
    $activities
     = []
    
    
    
$data
    protected
        array<string|int, mixed>
    $data
     = []
    
    
    
$mailer
    protected
        Mailer
    $mailer
    
        
        
    
$name
    protected
        string
    $name
    
        
        
    
Methods
__construct()
    public
                __construct([string $name = 'default' ]) : mixed
        
        Parameters
- $name : string = 'default'
Return values
mixed —addData()
    public
                addData(array<string|int, mixed> $data) : static
    
        Parameters
- $data : array<string|int, mixed>
Return values
static —getActivities()
    public
                getActivities() : array<int, array<string, mixed>>
    
    
    
        Return values
array<int, array<string, mixed>> —getContents()
    public
                getContents() : string
        
    
    
        Return values
string —getData()
    public
                getData() : array<string|int, mixed>
    
    
    
        Return values
array<string|int, mixed> —getName()
    public
                getName() : string
        
    
    
        Return values
string —getSafeName()
    public
                getSafeName() : string
        
    
    
        Return values
string —hasData()
    public
                hasData() : bool
        
    
    
        Return values
bool —setMailer()
    public
                setMailer(Mailer $mailer) : static
        
        Parameters
- $mailer : Mailer
Return values
static —getTotalMessagesSent()
    protected
                getTotalMessagesSent() : int
        
    
    
        Return values
int —showHeader()
    protected
                showHeader() : string
        
    
    
         Aplus Framework Docs
        Aplus Framework Docs