3 declare(strict_types=1);
39 $this->repo->addQuestionToClipboard($qid, $action);
44 return $this->repo->getQuestionsFromClipboard();
49 $this->repo->clearClipboardQuestions();
54 $this->repo->setSearchLinkType($type);
59 return $this->repo->getSearchLinkType();
64 $this->repo->clearSearchLinkType();
69 $this->repo->setNewLinkType($type);
74 return $this->repo->getNewLinkType();
79 $this->repo->clearNewLinkType();
84 $this->repo->setPhraseData($data);
89 return $this->repo->getPhraseData();
__construct(EditSessionRepository $repo)
addQuestionToClipboard(int $qid, string $action)
setSearchLinkType(string $type)
EditSessionRepository $repo
getQuestionsFromClipboard()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setNewLinkType(string $type)
Manages editing processes/repos.
Stores session data in import process.
clearClipboardQuestions()
setPhraseData(array $data)