UOA_RECIPESUCCESSCOMPLETEDTIMES::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/uncanny-automator/triggers/uoa-recipesuccesscompletedtimes.php
public function __construct() { $this->trigger_code = 'UOARECIPESUCCESSRUNS'; $this->trigger_meta = 'UOARECIPE'; $this->num_times = 'RECIPENUMTIMES'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github