◆ __construct()
ILIAS\Survey\Mode\ModeFactory::__construct |
( |
| ) |
|
◆ getModeById()
ILIAS\Survey\Mode\ModeFactory::getModeById |
( |
int |
$id | ) |
|
◆ initProviders()
ILIAS\Survey\Mode\ModeFactory::initProviders |
( |
| ) |
|
|
protected |
Definition at line 44 of file class.ModeFactory.php.
Referenced by ILIAS\Survey\Mode\ModeFactory\getModeById().
46 if (is_null($this->providers)) {
47 $gui = $this->service->gui();
49 new Standard\ModeProvider($gui),
50 new Feedback360\ModeProvider($gui),
51 new SelfEvaluation\ModeProvider($gui),
52 new IndividualFeedback\ModeProvider($gui)
◆ setInternalService()
ILIAS\Survey\Mode\ModeFactory::setInternalService |
( |
InternalService |
$service | ) |
|
◆ $providers
array ILIAS\Survey\Mode\ModeFactory::$providers = null |
|
protected |
◆ $service
The documentation for this class was generated from the following file: