PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Automation
/
Engine
/
Integration
<?php declare(strict_types = 1); namespace MailPoet\Automation\Engine\Integration; if (!defined('ABSPATH')) exit; use MailPoet\Automation\Engine\Control\StepRunController; use MailPoet\Automation\Engine\Data\StepRunArgs; interface Action extends Step { public function run(StepRunArgs $args, StepRunController $controller): void; }
[-] Filter.php
[edit]
[-] Action.php
[edit]
[-] index.php
[edit]
[-] Payload.php
[edit]
[+]
..
[-] Trigger.php
[edit]
[-] Subject.php
[edit]
[-] ValidationException.php
[edit]
[-] SubjectTransformer.php
[edit]
[-] Step.php
[edit]