Bootstraps the submodule by setting properties.
Description
See also
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
Version | Description |
---|---|
1.0.0 | Introduced. |