19 declare(strict_types=1);
58 $this->server_id = $a_server_id;
70 $id = $a_server_id .
'_' . $a_mid;
71 return self::$instances[
$id] ?? (self::$instances[
$id] =
new self($a_server_id, $a_mid));
103 $this->directory_active = $a_status;
111 $this->create_empty_containers = $a_status;
124 $this->course_active = $a_stat;
134 $this->default_cat = $a_default_category;
149 $this->allinone = $a_stat;
154 $this->allinone_cat = $a_cat;
164 $this->attributes = $a_stat;
174 $this->role_mappings = $a_mappings;
187 $this->auth_mode = $a_auth_mode;
236 protected function read(): void
238 if ($this->
getStorage()->
get(
'directory_active')) {
241 if ($this->
getStorage()->
get(
'create_empty')) {
244 if ($this->
getStorage()->
get(
'course_active')) {
247 if ($this->
getStorage()->
get(
'default_category')) {
253 if ($this->
getStorage()->
get(
'allinone_cat')) {
259 if ($this->
getStorage()->
get(
'role_mappings')) {
setAllInOneCategory(int $a_cat)
bool $create_empty_containers
isAttributeMappingEnabled()
update()
Save settings to db.
enableAttributeMapping(bool $a_stat)
getServerId()
Get server id of setting.
initStorage()
Init storage.
static getInstanceByServerMid(int $a_server_id, int $a_mid)
Get instance.
enableDirectoryMapping(bool $a_status)
Enable node mapping.
getDefaultCourseCategory()
isAllInOneCategoryEnabled()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setRoleMappings(array $a_mappings)
setAuthMode(string $a_auth_mode)
Set user auth mode.
enableEmptyContainerCreation(bool $a_status)
enable creation of empty containers
setDefaultCourseCategory(int $a_default_category)
getAuthMode()
Get auth mode.
enableCourseAllocation(bool $a_stat)
bool $course_active
Course allocation.
getMid()
Get mid of sender.
isCourseAllocationEnabled()
__construct(int $a_server_id, int $a_mid)
Singeleton constructor.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
isDirectoryMappingEnabled()
Check if node mapping is enabled.
isEmptyContainerCreationEnabled()
Check if the creation of empty containers (pathes without courses) is enabled.
enableAllInOne(bool $a_stat)