Automator_Helpers::__construct()
Automator_Helpers constructor.
Source Source
File: src/core/lib/helpers/class-automator-helpers.php
public function __construct() { $this->recipe = new Automator_Helpers_Recipe(); $this->trigger = new Automator_Trigger_Condition_Helpers(); $this->email = new Automator_Email_Helpers(); $this->recipe->setOptions( new Automator_Helpers_Recipe() ); }
Expand full source code Collapse full source code View on Github