LLMS_Question_Manager::__construct( obj $parent )

Constructor


Parameters Parameters

$parent

(obj) (Required) instance of the parent LLMS_Quiz or LLMS_Question


Top ↑

Source Source

File: includes/class.llms.question.manager.php

	public function __construct( $parent ) {

		$this->parent = $parent;

	}


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.