19declare(strict_types=1);
47 public function init(): void
49 $this->copy_enabled =
false;
50 $this->static_link_enabled =
true;
51 $this->delete_enabled =
true;
52 $this->cut_enabled =
true;
53 $this->subscribe_enabled =
true;
54 $this->link_enabled =
true;
55 $this->info_screen_enabled =
true;
57 $this->gui_class_name =
'ilobjremotecoursegui';
60 if ($this->substitutions->isActive()) {
61 $this->substitutions_enabled =
true;
111 return parent::getCommandFrame($cmd);
static _getInstanceByObjectType(string $a_type)
static getInstance()
Get the singelton instance of this ilECSExportManager.
static getInstance()
Get the singleton instance of this ilECSImportManager.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static _getCommands()
get commands
getProperties()
get properties (offline)
getCommandFrame(string $cmd)
q get command frame
__construct()
Constructor.
static _lookupOnline($a_obj_id)
Lookup online.
addCustomProperty(string $property='', string $value='', bool $alert=false, bool $newline=false)
_lookupOrganization(string $table, int $a_obj_id)
lookup organization
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc