FLSUPPORT_TICKETCLOSEDCUSTOMER::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/fluent-support/triggers/flsupport-ticketclosedcustomer.php
public function __construct() { $this->trigger_code = 'FLSTTICKETCLOSEDCUST'; $this->trigger_meta = 'FLSTTICKETCLOSEDCUST_META'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github