ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjLearningSequenceListGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 declare(strict_types=1);
22 
24 {
25  public function __construct()
26  {
28 
29  $dic = $this->getDIC();
31  $this->lng = $dic->language();
32  $this->lng->loadLanguageModule($obj_type);
33  }
34 
35  protected function getDIC(): ILIAS\DI\Container
36  {
37  global $DIC;
38  return $DIC;
39  }
40 
41  public function init(): void
42  {
43  $this->static_link_enabled = true;
44  $this->delete_enabled = true;
45  $this->cut_enabled = true;
46  $this->info_screen_enabled = true;
47  $this->copy_enabled = true;
48  $this->subscribe_enabled = true;
49  $this->link_enabled = true;
50  $this->gui_class_name = "ilobjlearningsequencegui";
51  $this->type = ilObjLearningSequence::OBJ_TYPE;
53  }
54 
55  public function createDefaultCommand(array $command): array
56  {
57  return [
58  "link" => ilLink::_getStaticLink($this->ref_id, $this->type, true),
59  "frame" => "_top"
60  ];
61  }
62 }
Interface Observer Contains several chained tasks and infos about them.
Class HTTPServicesTest.
global $DIC
Definition: shib_login.php:22
__construct(Container $dic, ilPlugin $plugin)
$dic
Definition: result.php:31