Element_Responses::bootstrap()

Bootstraps the submodule by setting properties.

Description

Source

File: src/modules/evaluators/element-responses.php

	protected function bootstrap() {
		$this->slug        = 'element_responses';
		$this->title       = __( 'Element Responses', 'torro-forms' );
		$this->description = __( 'Evaluates individual element responses.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.