ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilStudyProgrammeLP.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
24 
29  public static function getDefaultModes(bool $lp_active): array
30  {
32  }
33 
34  public function getDefaultMode(): int
35  {
37  }
38 
42  public function getValidModes(): array
43  {
44  return [
47  ];
48  }
49 
54  public function getMembers(bool $search = true): array
55  {
56  if ($this->prg === null) {
57  $this->prg = new ilObjStudyProgramme($this->obj_id, false);
58  }
59  return $this->prg->getIdsOfUsersWithRelevantProgress();
60  }
61 }
ilObjStudyProgramme $prg
getMembers(bool $search=true)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static getDefaultModes(bool $lp_active)