ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\SurveyQuestionPool\Export\ImportManager Class Reference

Manages items in repository clipboard. More...

+ Collaboration diagram for ILIAS\SurveyQuestionPool\Export\ImportManager:

Public Member Functions

 __construct (ImportSessionRepository $repo)
 
 getMobs ()
 
 addMob (string $label, string $uri)
 
 clearMobs ()
 

Protected Attributes

ImportSessionRepository $repo
 

Detailed Description

Manages items in repository clipboard.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 28 of file class.ImportManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\SurveyQuestionPool\Export\ImportManager::__construct ( ImportSessionRepository  $repo)

Definition at line 32 of file class.ImportManager.php.

References ILIAS\SurveyQuestionPool\Export\ImportManager\$repo.

33  {
34  $this->repo = $repo;
35  }

Member Function Documentation

◆ addMob()

ILIAS\SurveyQuestionPool\Export\ImportManager::addMob ( string  $label,
string  $uri 
)

Definition at line 42 of file class.ImportManager.php.

42  : void
43  {
44  $this->repo->addMob($label, $uri);
45  }

◆ clearMobs()

ILIAS\SurveyQuestionPool\Export\ImportManager::clearMobs ( )

Definition at line 47 of file class.ImportManager.php.

47  : void
48  {
49  $this->repo->clearMobs();
50  }

◆ getMobs()

ILIAS\SurveyQuestionPool\Export\ImportManager::getMobs ( )

Definition at line 37 of file class.ImportManager.php.

37  : array
38  {
39  return $this->repo->getMobs();
40  }

Field Documentation

◆ $repo

ImportSessionRepository ILIAS\SurveyQuestionPool\Export\ImportManager::$repo
protected

The documentation for this class was generated from the following file: