ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
class.ilObjStaticUrlService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
26 public function __construct(int $id = 0, bool $call_by_reference = true)
27 {
28 $this->type = "stus";
30 }
31
32 #[\Override]
33 public function getPresentationTitle(): string
34 {
35 return $this->lng->txt("obj_stus");
36 }
37
38 #[\Override]
39 public function getLongDescription(): string
40 {
41 return $this->lng->txt("obj_stus_desc");
42 }
43}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
__construct(int $id=0, bool $call_by_reference=true)
getPresentationTitle()
get presentation title Normally same as title Overwritten for sessions
getLongDescription()
get object long description (stored in object_description)
Class ilObject Basic functions for all objects.
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc