Participation::bootstrap()

Bootstraps the submodule by setting properties.

Description

See also

Source

File: src/modules/evaluators/participation.php

	protected function bootstrap() {
		$this->slug        = 'participation';
		$this->title       = __( 'Participation', 'torro-forms' );
		$this->description = __( 'Evaluates participation for a form over time.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.