|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilAssQuestionSkillAssignmentRegistry:Public Member Functions | |
| __construct (\ilSetting $setting) | |
| ilAssQuestionSkillAssignmentRegistry constructor. More... | |
| getChunkSize () | |
| setChunkSize ($chunkSize) | |
| getStringifiedImports ($key, $default=null) | |
| setStringifiedImports ($key, $value) | |
| deleteStringifiedImports ($key) | |
Data Fields | |
| const | DEFAULT_CHUNK_SIZE = 1000 |
Protected Member Functions | |
| getNumberOfChunksByKey ($key) | |
Protected Attributes | |
| $settings | |
| $chunkSize = self::DEFAULT_CHUNK_SIZE | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilAssQuestionSkillAssignmentRegistry
Definition at line 22 of file class.ilAssQuestionSkillAssignmentRegistry.php.
| ilAssQuestionSkillAssignmentRegistry::__construct | ( | \ilSetting | $setting | ) |
ilAssQuestionSkillAssignmentRegistry constructor.
| \ilSetting | $setting |
Definition at line 40 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistry::deleteStringifiedImports | ( | $key | ) |
| string | $key |
Definition at line 118 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $i, ILIAS\LTI\ToolProvider\$key, getNumberOfChunksByKey(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistry::getChunkSize | ( | ) |
Definition at line 48 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $chunkSize.
Referenced by setStringifiedImports().
Here is the caller graph for this function:
|
protected |
| string | $key |
Definition at line 70 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References ILIAS\LTI\ToolProvider\$key, and ILIAS\Repository\settings().
Referenced by deleteStringifiedImports(), and getStringifiedImports().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentRegistry::getStringifiedImports | ( | $key, | |
$default = null |
|||
| ) |
| string | $key | |
| null | $default |
Definition at line 80 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $i, ILIAS\LTI\ToolProvider\$key, getNumberOfChunksByKey(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistry::setChunkSize | ( | $chunkSize | ) |
| int | $chunkSize |
InvalidArgumentException
Definition at line 57 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $chunkSize.
| ilAssQuestionSkillAssignmentRegistry::setStringifiedImports | ( | $key, | |
| $value | |||
| ) |
| string | $key | |
| string | $value | A serialized value |
Definition at line 95 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $i, ILIAS\LTI\ToolProvider\$key, getChunkSize(), ILIAS\Repository\settings(), ilStr\strLen(), and ilStr\subStr().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.ilAssQuestionSkillAssignmentRegistry.php.
Referenced by getChunkSize(), and setChunkSize().
|
protected |
Definition at line 29 of file class.ilAssQuestionSkillAssignmentRegistry.php.
| const ilAssQuestionSkillAssignmentRegistry::DEFAULT_CHUNK_SIZE = 1000 |
Definition at line 24 of file class.ilAssQuestionSkillAssignmentRegistry.php.