Blesta Source Documentation

MassMailerSettings extends MassMailerModel

Mass Mailer settings

Table of Contents

Methods

__construct() Initialize
add() Adds new settings
getSettings() Retrieves a list of all mass mailer settings for a given company
Methods

add()

Adds new settings

public add(int $company_id, array<string|int, mixed> $vars) : mixed
Parameters
$company_id : int

The ID of the company

$vars : array<string|int, mixed>

A numerically-indexed list of overview setting key/value pairs

getSettings()

Retrieves a list of all mass mailer settings for a given company

public getSettings(int $company_id) : array<string|int, mixed>
Parameters
$company_id : int

The company ID

Return values
array<string|int, mixed>

A list of mass mailer settings for the given company

Tags
subpackage

plugins.massmailer.models

copyright

Copyright (c) 2025, Phillips Data, Inc.

license

http://www.blesta.com/license/ The Blesta License Agreement

link

Blesta


        
On this page

Search results