|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Exercise\SampleSolution\SampleSolutionManager: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().
Here is the call graph for this function:| 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.