Bootstrap
in package
Bootstrap class for initializing the Email Editor functionality.
Table of Contents
- $core_email_editor_integration : Initializer
- Core email editor integration instance.
- $email_editor : Email_Editor
- Email editor instance.
- __construct() : mixed
- Constructor.
- init() : void
- Initialize the email editor functionality.
- initialize() : void
- Initialize the email editor.
- setup_email_editor_integrations() : bool
- Setup email editor integrations.
Properties
$core_email_editor_integration
Core email editor integration instance.
private
Initializer
$core_email_editor_integration
$email_editor
Email editor instance.
private
Email_Editor
$email_editor
Methods
__construct()
Constructor.
public
__construct(Email_Editor $email_editor, Initializer $core_email_editor_integration) : mixed
Parameters
- $email_editor : Email_Editor
-
Email editor instance.
- $core_email_editor_integration : Initializer
-
Core email editor integration instance.
Return values
mixed —init()
Initialize the email editor functionality.
public
init() : void
Return values
void —initialize()
Initialize the email editor.
public
initialize() : void
Return values
void —setup_email_editor_integrations()
Setup email editor integrations.
public
setup_email_editor_integrations() : bool