LF_MARKLESSONDONE::__construct()

Set up Automator action constructor.


Source Source

File: src/integrations/lifterlms/actions/lf-marklessondone.php

	public function __construct() {
		$this->action_code = 'LFMARKLESSONDONE-A';
		$this->action_meta = 'LFLESSON';
		$this->define_action();
	}