|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilAssQuestionSkillAssignmentRegistry. 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 | |
Class ilAssQuestionSkillAssignmentRegistry.
Definition at line 9 of file class.ilAssQuestionSkillAssignmentRegistry.php.
| ilAssQuestionSkillAssignmentRegistry::__construct | ( | \ilSetting | $setting | ) |
ilAssQuestionSkillAssignmentRegistry constructor.
| \ilSetting | $setting |
Definition at line 27 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References settings().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistry::deleteStringifiedImports | ( | $key | ) |
| string | $key |
Definition at line 105 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $i, getNumberOfChunksByKey(), and settings().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistry::getChunkSize | ( | ) |
Definition at line 35 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $chunkSize.
Referenced by setStringifiedImports().
Here is the caller graph for this function:
|
protected |
| string | $key |
Definition at line 57 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References 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 67 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $i, getNumberOfChunksByKey(), and settings().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentRegistry::setChunkSize | ( | $chunkSize | ) |
| int | $chunkSize |
InvalidArgumentException
Definition at line 44 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $chunkSize.
| ilAssQuestionSkillAssignmentRegistry::setStringifiedImports | ( | $key, | |
| $value | |||
| ) |
| string | $key | |
| string | $value | A serialized value |
Definition at line 82 of file class.ilAssQuestionSkillAssignmentRegistry.php.
References $i, getChunkSize(), settings(), ilStr\strLen(), and ilStr\subStr().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilAssQuestionSkillAssignmentRegistry.php.
Referenced by getChunkSize(), and setChunkSize().
|
protected |
Definition at line 16 of file class.ilAssQuestionSkillAssignmentRegistry.php.
| const ilAssQuestionSkillAssignmentRegistry::DEFAULT_CHUNK_SIZE = 1000 |
Definition at line 11 of file class.ilAssQuestionSkillAssignmentRegistry.php.