3declare(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();
Manages editing processes/repos.
__construct(EditSessionRepository $repo)
clearClipboardQuestions()
setSearchLinkType(string $type)
EditSessionRepository $repo
getQuestionsFromClipboard()
addQuestionToClipboard(int $qid, string $action)
setNewLinkType(string $type)
setPhraseData(array $data)
Stores session data in import process.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...