ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilSkillProfileStorageStakeHolder.php
Go to the documentation of this file.
1 <?php
2 
21 
28 {
29  protected int $owner = 6;
30 
31  public function __construct(int $owner = 6)
32  {
33  $this->owner = $owner;
34  }
35 
39  public function getId(): string
40  {
41  return 'skl_prof';
42  }
43 
47  public function getOwnerOfNewResources(): int
48  {
49  return $this->owner;
50  }
51 }
Class ilSkillProfileStorageStakeHolder.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...