ILIAS  release_8 Revision v8.24
class.ilSurveyQuestionsPlugin.php
Go to the documentation of this file.
1<?php
2
8abstract class ilSurveyQuestionsPlugin extends ilPlugin
9{
10 abstract public function getQuestionType(): string;
11}
Abstract parent class for all question plugin classes.