Evaluator::show_results( array $results, awsmug\Torro_Forms\DB_Objects\Forms\Form $form, array $args = array() )

Renders evaluation results for a specific form.

Description

See also

Parameters

$results

(array) (Required) Results to show.

$form

(awsmug\Torro_Forms\DB_Objects\Forms\Form) (Required) Form the results belong to.

$args

(array) (Optional) Additional arguments for displaying the results, which depend on the respective evaluator.

Default value: array()

Source

File: src/modules/evaluators/evaluator.php

	public abstract function show_results( $results, $form, $args = array() );

Changelog

Changelog
Version Description
1.0.0 Introduced.