TUTORLMS_LESSONCOMPLETED::__construct()
Constructor.
Source Source
File: src/integrations/tutorlms/triggers/tutorlms-lessoncompleted.php
public function __construct() { $this->trigger_code = 'TUTORLMSLESSONCOMPLETED'; $this->trigger_meta = 'TUTORLMSLESSON'; // hook into automator. $this->define_trigger(); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |