ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (int $ass_id, SampleSolutionRepository $repo, \ilExcSampleSolutionStakeholder $stakeholder, InternalDomainService $domain) | |
importFromLegacyUpload (array $file_input) | |
deliver () | |
getFilename () | |
cloneTo (int $to_ass_id) | |
Protected Member Functions | |
getStakeholder () | |
Protected Attributes | |
ilExcSampleSolutionStakeholder | $stakeholder |
int | $ass_id |
ILIAS FileUpload FileUpload | $upload |
InternalDomainService | $domain |
SampleSolutionRepository | $repo |
Definition at line 26 of file SampleSolutionManager.php.
ILIAS\Exercise\SampleSolution\SampleSolutionManager::__construct | ( | int | $ass_id, |
SampleSolutionRepository | $repo, | ||
\ilExcSampleSolutionStakeholder | $stakeholder, | ||
InternalDomainService | $domain | ||
) |
Definition at line 34 of file SampleSolutionManager.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionManager\$ass_id, $DIC, ILIAS\Exercise\SampleSolution\SampleSolutionManager\$domain, ILIAS\Exercise\SampleSolution\SampleSolutionManager\$repo, ILIAS\Exercise\SampleSolution\SampleSolutionManager\$stakeholder, and ILIAS\Repository\upload().
ILIAS\Exercise\SampleSolution\SampleSolutionManager::cloneTo | ( | int | $to_ass_id | ) |
Definition at line 80 of file SampleSolutionManager.php.
ILIAS\Exercise\SampleSolution\SampleSolutionManager::deliver | ( | ) |
Definition at line 68 of file SampleSolutionManager.php.
ILIAS\Exercise\SampleSolution\SampleSolutionManager::getFilename | ( | ) |
Definition at line 75 of file SampleSolutionManager.php.
|
protected |
Definition at line 50 of file SampleSolutionManager.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionManager\$stakeholder.
ILIAS\Exercise\SampleSolution\SampleSolutionManager::importFromLegacyUpload | ( | array | $file_input | ) |
Definition at line 56 of file SampleSolutionManager.php.
|
protected |
Definition at line 29 of file SampleSolutionManager.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionManager\__construct().
|
protected |
Definition at line 31 of file SampleSolutionManager.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionManager\__construct().
|
protected |
Definition at line 32 of file SampleSolutionManager.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionManager\__construct().
|
protected |
Definition at line 28 of file SampleSolutionManager.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionManager\__construct(), and ILIAS\Exercise\SampleSolution\SampleSolutionManager\getStakeholder().
|
protected |
Definition at line 30 of file SampleSolutionManager.php.