LLMS_Quiz_Attempt_Question::set( string $key, mixed $val )

Setter


Parameters Parameters

$key

(string) (Required) Data key name.

$val

(mixed) (Required) Value.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/models/model.llms.quiz.attempt.question.php

	public function set( $key, $val ) {
		$this->data[ $key ] = $val;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.