WPLMS_COURSESTARTED::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/wplms/triggers/wplms-coursestarted.php

	public function __construct() {
		$this->trigger_code = 'WPLMSCOURSESTARTED';
		$this->trigger_meta = 'WPLMS_COURSESTART';
		$this->define_trigger();
	}